Module not found error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

27th Mar 2018, 7:19 AM
Потемкин Григорий
Потемкин Григорий - avatar
2 Answers
+ 4
pip install numpy
27th Mar 2018, 7:27 AM
Oma Falk
Oma Falk - avatar
+ 1
^ or pip3
27th Mar 2018, 10:39 AM
Markus Kaleton
Markus Kaleton - avatar