Search found 49 matches

by daurin
Thu Mar 25, 2021 10:09 am America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Here is the whole thing again in a fresh shell: (base) daurin@GSSLA18091785:~$ echo $PATH /Users/daurin/anaconda3/bin:/Users/daurin/anaconda3/condabin:/Users/daurin/Applications/seadas8/ocssw/opt/bin:/Users/daurin/Applications/seadas8/ocssw/bin:/Applications/MATLAB_R2020a.app/bin:/usr/local/bin:/usr...
by daurin
Wed Mar 24, 2021 3:58 pm America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

/usr/local/bin/python3
by daurin
Wed Mar 24, 2021 1:58 pm America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

(base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ which ocssw_runner /Users/daurin/Applications/seadas8/ocssw/bin/ocssw_runner (base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ ocssw_runner --ocsswroot $OCSSWROOT env LIB3_DIR=/Users/daurin/Applications/seadas8/ocssw/o...
by daurin
Wed Mar 24, 2021 12:12 pm America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

I backed up ocssw_runner and then added the line "echo OCSSWROOT=$OCSSWROOT >> ~/ocssw_runner.log" before the "source" call (I also tried placing it after the "source" call). I then tried updating OC Processors in the GUI and it failed as before, but it did NOT write th...
by daurin
Wed Mar 24, 2021 11:50 am America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Morning, > "bash -l" does not load ~/.bashrc Okay... (?) I ran that as a test at George's suggestion. It opened a login shell as expected without incident. > if you have a ~/.bash_profile file add this code to the file My ~/.bash_profile has the following, which should accomplish the same ...
by daurin
Tue Mar 23, 2021 6:49 pm America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Looks like the forum ate my reply (beware the time-out!) Briefly, I ran installs from the command line initially, then switched to the GUI when it failed (see original post). I will try to work in some debugging checks in the scripts as you suggest. >* running "update_luts" from the comman...
by daurin
Mon Mar 22, 2021 2:02 pm America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

I see. Yes, that is the path in which I placed the symbolic link to python3 (~/Applications/seadas8/ocssw/opt/bin). It launches python3 with access to requests. I wonder if the SeaDAS/System Information I posted above (including some warnings and null values) may contain clues to the problem. This b...
by daurin
Mon Mar 22, 2021 10:48 am America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Hi George, No, not a typo. ~/Applications/seadas8/ocssw/opt/bin/python3 is the symbolic link you suggested I place, so I also tested that for it's ability to run the proper version of python (with requests). The first line of install_ocssw here is also #!/usr/bin/env python3. I am running install_oc...
by daurin
Mon Mar 22, 2021 9:41 am America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Hi Don, I'm actually trying to run the installer from command line because I want Sentinel 3-B/3-B OLCI support which is not shown in the GUI as an option for some reason (see original post for command line options). I tried the GUI as a fallback with the same result. Here's the output from Seadas/S...
by daurin
Fri Mar 19, 2021 6:07 pm America/New_York
Forum: Home
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Okay, thanks. That was what I had done. (base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ which python3 /Users/daurin/anaconda3/bin/python3 Here's the link: (base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ ll python3 lrwxr-xr-x 1 daurin staff 35 Mar 19 16:02 python3@...