I installed all packages with conda
and pip
and even removed and reinstalled all of them.
After that I created a new envierment (conda create env -- newENV
) with no packages and installed them from zero. I also tried conda update -all
but I get this error again:
from numpy.core.numeric import NaN
ModuleNotFoundError: No module named 'numpy'
I deleted Visual Studio Code and installed it again too