The forum is locked.

The Ocean Color Forum has transitioned over to the Earthdata Forum (https://forum.earthdata.nasa.gov/). The information existing below will be retained for historical reference. Please sign into the Earthdata Forum for active user support.

Up Topic SeaDAS / SeaDAS - General Questions / OCSSW processing: ImportError: No module named requests from modis_GEO.py
- By gnwiii Date 2021-01-30 15:22
This error occurs when the python installation does not have the requests library as listed in the SeaDAS Requirements.  If you are using linux and are allowed to install packages there should be a python[N]-requests package.  Some linux distributions as well as macOS may provide limited use python configurations intended only for system management scripts.   If you are using a "limited use" python installation (consult your OS documentation) you should consider installing a different Python system such as Anaconda (supports linux and macOS).  If you encounter problems installing the requests library please include your OS and Python version details so other users using the same OS may be able to suggest a solution that worked for them.
Up Topic SeaDAS / SeaDAS - General Questions / OCSSW processing: ImportError: No module named requests from modis_GEO.py