OCSSW install error on older Mac with Intel
Posted: Thu Aug 14, 2025 11:11 am America/New_York
I'm seeing an error previously reported but lacking the same solution.
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`.
Code: Select all
./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
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`.