-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG]: Conda installation broken. #8
Comments
Interesting -- does it work if installed from |
Nope. That doesn't work either. The package does get installed both ways (that is, via In [1]: import numbits
----------------------------------------------------------------------
ImportError Traceback (most recent call last)
Input In [1], in <module>
----> 1 import numbits
ImportError: /home/neo/conda/lib/python3.9/site-packages/numbits.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv The error is exactly the same for either case. |
Just an update: I just tested out |
There is an open bug (as of 2/2/2022) in
pybind11
that breaksnumbits
when installed into aconda
environment. I came to know of this recently when I tried installing one of my own packages (priwo) which hasnumbits
as a dependency. I am not sure if there is anything any of us can do to avoid this until the bug is fixed upstream. I have not yet tried installingnumbits
into a virtual environment, as suggested by some users in the originalpybind11
issue above. If that works for anyone, or if anyone gets more information on this bug, feel free to update this issue as required 👍🏾 .The text was updated successfully, but these errors were encountered: