symengine.py
symengine.py copied to clipboard
Symengine importing problem in MacOS
I am having the following problem while importing symengine in my MacOS.
import symengine Traceback (most recent call last): File "
", line 1, in File "/Users/aneekphys/symengine/build/symengine.py/symengine/init.py", line 12, in import symengine.lib.symengine_wrapper as wrapper ImportError: dlopen(/Users/aneekphys/symengine/build/symengine.py/symengine/lib/symengine_wrapper.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace (_ZN9SymEngine10ComplementC1ERKNS_3RCPIKNS_3SetEEES6)
cannot find a way to resolve it.
Have you tried the pip wheel? pip install symengine
?