Welcome to the Earthdata Forum! Here, the scientific user community and subject matter experts from NASA Distributed Active Archive Centers (DAACs), and other contributors, discuss research needs, data, and data applications.
./install_ocssw --install_dir $HOME/ocssw --tag V2025.3 --seadas --oci
...
bundleInfo["dir"] = "bin" # fix the install directory
TypeError: 'NoneType' object does not support item assignment
I've confirmed that `/usr/local/bin` is in the $PATH.
When I run with the Python debugger, I can see that `bundleName` defined right above the error is `bin_macosx_intel` and confirm that `findBundleInfo(bundleName)` returns `None`.