I\'m learning python using Visual Studio 2017 on Windows 10. When I\'m trying to import NumPy library into my code, this error appears. I have tried uninstalling and reinsta
I just got this error on Windows10, Anaconda3 64bits evn python=3.6. I solved using conda install numpy instead of pip...
Windows10
Anaconda3
64bits
python=3.6
conda install numpy
pip...