
Instead, it is recommended that you transition to using 'python3' from within Terminal. This version is included in macOS for compatibility with legacy software.įuture versions of macOS will not include Python 2.7. Looks like install_ocssw is pulling up my old Python2 installation (kept around for testing reverse compatibility in development): (base) then tried to install OCSSW through the SeaDAS GUI with the same result:Įxecution exception: java.io.IOException: install_ocssw failed with exit code 1. Type "help", "copyright", "credits" or "license" for more information.

I checked that my Anaconda python had requests: ModuleNotFoundError: No module named 'requests'Įrror: return = 1 : trying to run command = /Users/daurin/Applications/seadas8/ocssw/bin/ocssw_runner -ocsswroot /Users/daurin/Applications/seadas8/ocssw update_luts modisa install_ocssw -install_dir ~/Applications/seadas8/ocssw -tag V2021.1 -seadas -modisa -seawifs -modist -msis2a -msis2b -olcis3a -olcis3b -viirsj1 -viirsnįile "/Users/daurin/Applications/seadas8/ocssw/bin/update_luts", line 9, in įile "/Users/daurin/Applications/seadas8/ocssw/bin/seadasutils/LutUtils.py", line 3, in įile "/Users/daurin/Applications/seadas8/ocssw/bin/seadasutils/JsonUtils.py", line 6, in įrom seadasutils.ProcUtils import getSession, httpdlįile "/Users/daurin/Applications/seadas8/ocssw/bin/seadasutils/ProcUtils.py", line 13, in I then tried to install OCSSW on the command line and it failed to install LUTs because python was unable to import requests:
#Mac python install requests for mac
I've just installed SeaDAS 8.0.0 Beta with the shell script for Mac (Catalina 10.15.7) without incident.
