0
Module not found error
Guys, I really have no idea how to fix it. I need to use nupmy, matplotlib and other features from Anaconda. I had already downloaded it. I am writing my code in Python in Pycharm. Could you, please tell what may be the problem if I can not "import numpy as np" in my code? By the way, I can successfully import it in Anaconda Promt, but not in my code... Does the order of downloading anaconda and python really matter? Or maybe I'd better not use pycharm?
2 ответов
+ 4
pip install numpy
+ 1
^ or pip3