OCSSW install error on older Mac with Intel

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
OB.DAAC - itcarroll
Subject Matter Expert
Subject Matter Expert
Posts: 12
Joined: Thu Nov 18, 2021 10:29 am America/New_York
Answers: 1
Endorsed: 1 time

OCSSW install error on older Mac with Intel

by OB.DAAC - itcarroll » Thu Aug 14, 2025 11:11 am America/New_York

I'm seeing an error previously reported but lacking the same solution.

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
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`.

Filters:

OB SeaDAS - dshea
Subject Matter Expert
Subject Matter Expert
Posts: 274
Joined: Thu Mar 05, 2009 10:25 am America/New_York
Answers: 0
Endorsed: 3 times

Re: OCSSW install error on older Mac with Intel

by OB SeaDAS - dshea » Thu Aug 14, 2025 11:27 am America/New_York

I no longer have access to an Intel mac at NASA, so I had to discontinue the intel mac distributions

T2025.14 was the last tag with intel mac support. You will have to grab the install_ocssw and manifest.py from that tag to install on an intel mac.

don

Post Reply