jamesbowman / openexrpython

OpenEXR bindings for Python
Other
95 stars 35 forks source link

older libIex-2_2.12.dylib #29

Open Sparky9574 opened 5 years ago

Sparky9574 commented 5 years ago

When I try import OpenEXR get an error. ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/OpenEXR.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/ilmbase/lib/libIex-2_2.12.dylib

Currently in my ilmbase/lib/libIex-2_3.24.dylib

Do I need to find the older version of the dylib and symlink it? or is there a way to update what python looks for when it loads OpenEXR?

Sorry newbie trying to figure everything out.

Mike