SeaDAS 7.5.3
SeaDAS 7.5.3
Hello,
I installed SeaDAS version 7.5.3 on my Mac. When I try to install OCSSW data processors, I get the following error:
Can you please help with how to fix this?
Thanks
Amita
I installed SeaDAS version 7.5.3 on my Mac. When I try to install OCSSW data processors, I get the following error:
Can you please help with how to fix this?
Thanks
Amita
Filters:
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
Re: SeaDAS 7.5.3
Your Mac appears to be suffering from the expired DST Root CA X3 issue.
Make sure that the system is up to date with all its security patches. You may also need to follow the advice for obtaining the proper certificates found here:
https://discussions.apple.com/thread/253217236
Regards,
Sean
Make sure that the system is up to date with all its security patches. You may also need to follow the advice for obtaining the proper certificates found here:
https://discussions.apple.com/thread/253217236
Regards,
Sean
Re: SeaDAS 7.5.3
Hello Sean,
Is it possible to install two versions of SeaDAS on a Mac, in different directories ?Would there be a problem?
Thanks you.
Amita
Is it possible to install two versions of SeaDAS on a Mac, in different directories ?Would there be a problem?
Thanks you.
Amita
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: SeaDAS 7.5.3
Amita,
You can install different versions of seadas on your mac. Just make sure they are installed in different directories, such as seadas-7.5.3, seadas-8.1.0...
Bing
You can install different versions of seadas on your mac. Just make sure they are installed in different directories, such as seadas-7.5.3, seadas-8.1.0...
Bing
Re: SeaDAS 7.5.3
OB.DAAC - SeanBailey wrote: ↑Fri Oct 22, 2021 6:46 pm America/New_York Your Mac appears to be suffering from the expired DST Root CA X3 issue.
Make sure that the system is up to date with all its security patches. You may also need to follow the advice for obtaining the proper certificates found here:
https://discussions.apple.com/thread/253217236
Regards,
Sean
Re: SeaDAS 7.5.3
Hello Sean,avmehta wrote: ↑Wed Oct 27, 2021 11:24 am America/New_YorkOB.DAAC - SeanBailey wrote: ↑Fri Oct 22, 2021 6:46 pm America/New_York Your Mac appears to be suffering from the expired DST Root CA X3 issue.
Make sure that the system is up to date with all its security patches. You may also need to follow the advice for obtaining the proper certificates found here:
https://discussions.apple.com/thread/253217236
Regards,
Sean
It seems that there is some issue with installing OCCSSW via SeaDAS 7.5.3 GUI. On Windows machine we get a message that OCCSW remote server is down. On my most up-to-date Mac and also a colleague on his Mac gets the same error as I shared earlier. We are doing a training in which we have to use the GUI version and not bash/command-line option. Since OCSSW processing on Windows machines in SeaDAS 8.1.0 is still not working, we are trying to use SeaDAS 7.5.3 and install OCSSW. Your help will be most appreciated.
Thanks you.
Best Regards,
Amita
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: SeaDAS 7.5.3
Amita,
Current SeaDAS version 8.1.0 does support Windows processing. See https://seadas.gsfc.nasa.gov/downloads/
Here's more on client-server configuration: https://seadas.gsfc.nasa.gov/client_server/
Bing
Current SeaDAS version 8.1.0 does support Windows processing. See https://seadas.gsfc.nasa.gov/downloads/
Here's more on client-server configuration: https://seadas.gsfc.nasa.gov/client_server/
Bing
Re: SeaDAS 7.5.3
Thank you Bing.
On my mac SeadAS 8.1.0 and OCSSW installation work fine.
Two of my colleagues have now installed SeaDAS 8.10.0 on Windows and a Mac but have problem installing OCSSW on both the Operating systems! To start with, on Mac it fails to 'import requests' the error message is 'no module named 'requests' (please see the attached image3). But the requests module is there (Image1 and Image2). Any suggestions from you to resolve this will be greatly appreciated.
Thanks.
Amita
On my mac SeadAS 8.1.0 and OCSSW installation work fine.
Two of my colleagues have now installed SeaDAS 8.10.0 on Windows and a Mac but have problem installing OCSSW on both the Operating systems! To start with, on Mac it fails to 'import requests' the error message is 'no module named 'requests' (please see the attached image3). But the requests module is there (Image1 and Image2). Any suggestions from you to resolve this will be greatly appreciated.
Thanks.
Amita
- Attachments
-
- Image3.png (84.96 KiB) Not viewed yet
-
- Image2.png (349.36 KiB) Not viewed yet
-
- Image1.png (129.05 KiB) Not viewed yet
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: SeaDAS 7.5.3
Amita,
Could you please do
Please refer back to this post where we talked about "import requests": viewtopic.php?f=7&t=2399&sid=52f11d8e46 ... 5a5b#p8534
Bing
Could you please do
Code: Select all
pip3 show requests
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install --upgrade requests
Please refer back to this post where we talked about "import requests": viewtopic.php?f=7&t=2399&sid=52f11d8e46 ... 5a5b#p8534
Bing