-
Notifications
You must be signed in to change notification settings - Fork 187
I got an error when importing the zigzag lib #27
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
Comments
It seems that under Windows, I also got this error. |
Yup, same here |
same -- only way I can get it to work is in it's own library, but then it breaks basically everything else I try installing. |
I had the same issue after installing seaborn by conda, which downgraded numpy to 1.21.5. After upgrading numpy back to 1.23.1, didn't get the error. |
I uninstalled numpy=1.23 and I tried numpy==1.21.5 and 1.21.6 .. not working |
I got an error when importing the zigzag lib:
ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it).
The text was updated successfully, but these errors were encountered: