shared_numpy icon indicating copy to clipboard operation
shared_numpy copied to clipboard

ImportError: numpy.core.multiarray failed to import

Open wenyuhaokikika opened this issue 2 years ago • 0 comments

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

wenyuhaokikika avatar Oct 06 '23 20:10 wenyuhaokikika