Closed angiechamberland closed 4 years ago
I keep getting this error message when trying to import moose in python - anyone have any ideas?
import moose Traceback (most recent call last): File "", line 1, in File "/Users/angiechamberland/.local/lib/python3.7/site-packages/moose/init.py", line 10, in from moose._moose import * ImportError: dlopen(/Users/angiechamberland/.local/lib/python3.7/site-packages/moose/_moose.so, 2): no suitable image found. Did find: /Users/angiechamberland/.local/lib/python3.7/site-packages/moose/_moose.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03 /Users/angiechamberland/.local/lib/python3.7/site-packages/moose/_moose.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03
This is discussed https://github.com/BhallaLab/homebrew-moose/issues/1
I keep getting this error message when trying to import moose in python - anyone have any ideas?