I can not import numpy in jupyter notebook, I tried pip uninstall numpy pip install numpy / but the problem is the same, numpy is working on visual studio code but it not in jupyter also pandas,the other libraries like pyomo or plotly or whatever are working without problem ?
ImportError: cannot import name '_CopyMode' from 'numpy._globals' (C:\Users\TAHER\Anaconda3\lib\site-packages\numpy_globals.py)
source https://stackoverflow.com/questions/71452429/cannot-import-numpy-1-22-3-in-jupyter-notebook
Comments
Post a Comment