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

ImportError: numpy.core.multiarray failed to import #10

Open
wenyuhaokikika opened this issue Oct 6, 2023 · 0 comments
Open

ImportError: numpy.core.multiarray failed to import #10

wenyuhaokikika opened this issue Oct 6, 2023 · 0 comments

Comments

@wenyuhaokikika
Copy link

Python 3.8.3,numpy 1.22.4,

In [38]: import SharedArray as sa
    ...: 
---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf . Check the section C-API incompatibility at the Troubleshooting ImportError section at https://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility for indications on how to solve this problem .
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In [38], line 1
----> 1 import SharedArray as sa

ImportError: numpy.core.multiarray failed to import
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