Relative Content

Tag Archive for pythonpython-3.xnumpygoogle-colaboratory

ModuleNotFoundError: No module named ‘numpy._core’

I am trying to load a .npy file created on my local PC with np.save() in google colaboratory. However, when I try to open it on Google Colab with np.load() I get this error: ModuleNotFoundError: No module named 'numpy._core'