Import error #408
Unanswered
rayman30011
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone! I installed hppflc by pip and when I executed import hppfcl, an error occurs
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cmeel.prefix/lib/python3.11/site-packages/hppfcl/__init__.py", line 34, in <module> from .hppfcl import * ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cmeel.prefix/lib/python3.11/site-packages/hppfcl/hppfcl.cpython-311-darwin.so, 0x0002): Symbol not found: __ZN7eigenpy9NumpyType7getTypeEv Referenced from: <D6D22B7C-0254-3FF5-B18B-FDFEB1934343> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cmeel.prefix/lib/python3.11/site-packages/hppfcl/hppfcl.cpython-311-darwin.so Expected in: <32DE8AFB-233E-3DED-B68D-08B4E598996D> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cmeel.prefix/lib/libeigenpy.dylib
Did someone encountered something similar/knows how to fix it? macOS 13.3.1 m1
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions