NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
60 stars 22 forks source link

PyFerret Python objects have problem with Python 3.7 from Homebrew on Mac OS X El Capitan #60

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Homebrew recently upgraded Python to 3.7 Build of PyFerret using Homebrew libraries on Mac OS X El Capitan was successful, and benchmark tests successful up to the python scripts at the end. Appears to be a problem with the PyFerret Python class objects, but still need to investigate. Browsing release notes doesn't raise any flags. Only guess (and is only a guess) is something to do with __getattr__, __setattr__, __delattr__