You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Python 3.8.3,numpy 1.22.4,
The text was updated successfully, but these errors were encountered: