Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symengine importing problem in MacOS #445

Open
imaneekjana opened this issue Jun 18, 2023 · 1 comment
Open

Symengine importing problem in MacOS #445

imaneekjana opened this issue Jun 18, 2023 · 1 comment

Comments

@imaneekjana
Copy link

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.

@isuruf
Copy link
Member

isuruf commented Jun 18, 2023

Have you tried the pip wheel? pip install symengine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants