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

MacOS M1 wheel is broken #31

Closed
niclaurenti opened this issue Feb 29, 2024 · 1 comment
Closed

MacOS M1 wheel is broken #31

niclaurenti opened this issue Feb 29, 2024 · 1 comment

Comments

@niclaurenti
Copy link
Owner

When installing the wheel with pip install adani it fails with the following error:

>>> import adani
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/homebrew/lib/python3.11/site-packages/adani/__init__.py", line 1, in <module>
    from ._core import *
ImportError: dlopen(/opt/homebrew/lib/python3.11/site-packages/adani/_core.cpython-311-darwin.so, 0x0002): symbol not found in flat namespace '_gsl_rng_default'
>>> 
@niclaurenti
Copy link
Owner Author

solved in #32

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

1 participant