Search found 255 matches

by OB SeaDAS - dshea
Thu May 27, 2021 12:21 pm America/New_York
Forum: Questions/Comments
Question: Seadas installation
Replies: 5

Re: Seadas installation

Looks like we forgot to update the requirements for the python version. Python 3.6+ will take care of this problem and it looks like you are running python 3.5

don
by OB SeaDAS - dshea
Thu May 27, 2021 10:01 am America/New_York
Forum: Questions/Comments
Question: Seadas installation
Replies: 5

Re: Seadas installation

Looks like you can not create the file /tmp/manifest.json

Could you give me the output of these commands:

Code: Select all

ls -l /tmp/manifest*
touch /tmp/manifest.json
don
by OB SeaDAS - dshea
Tue Apr 06, 2021 10:24 am America/New_York
Forum: Questions/Comments
Question: OCSSW Processor - MODIS
Replies: 16

Re: OCSSW Processor - MODIS

Python 3.6 or higher will fix the last error. You will need to modify your PATH to point to the new python3.6+ in the ~/.bash_login or ~/.bashrc It is best to NOT run and SeaDAS commands as super user. No need to "sudo" What OS and version is the host What version of Ubuntu What version of...
by OB SeaDAS - dshea
Wed Mar 24, 2021 3:49 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Just to solidify things try this:

ocssw_runner --ocsswroot $OCSSWROOT which python3


if it shows the wrong python3, then all we need to do is fix your PATH

don
by OB SeaDAS - dshea
Wed Mar 24, 2021 1:50 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

yes, install_ocssw is special in the SeaDAS GUI. ocssw_runner does not exist yet when install_ocssw runs the first time.

Give me the results of these commands:

which ocssw_runner
ocssw_runner --ocsswroot $OCSSWROOT env


don
by OB SeaDAS - dshea
Wed Mar 24, 2021 11:26 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Dirk, "bash -l" does not load ~/.bashrc To get the previous 3 commands to execute correctly, we need to load the .bashrc file from a login file. if you have a ~/.bash_profile file add this code to the file # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HO...
by OB SeaDAS - dshea
Mon Mar 22, 2021 8:49 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Since you are running the installer from inside the GUI, can you post the output of the SeaDAS menu item:

SeaDAS-OCSSW -> SeaDAS/System Info...

don
by OB SeaDAS - dshea
Fri Mar 19, 2021 1:51 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

Once your .bashrc points to the new seadas8 stuff you should be fine. I am pretty sure that the OCSSW from seadas7.5.3 had troubles with python3.

don
by OB SeaDAS - dshea
Fri Mar 19, 2021 12:03 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

The update_luts script uses python3. Can you run a few commands for me and send me the output?

echo $PATH
which update_luts
which python3


don
by OB SeaDAS - dshea
Thu Mar 18, 2021 10:10 am America/New_York
Forum: Questions/Comments
Question: OCSSW: Remote server is down
Replies: 11

Re: OCSSW: Remote server is down

We need to know what version of SeaDAS you are running, what operating system you are running on and what you are trying to do.

don