How to activate numpy in pycharm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to activate numpy in pycharm

I am manjaro linux user, i just started learning python using pycharm as my IDE, i already install many package in terminal such as numpy, pandas, astropy, but my problem is, when i want to import package in pycharm, pycharm said that MODULE NOT FOUND ERRROR:NO MODULE NAMED 'NUMPY/ASTROPY/ETC... HOw to fix this my friend? Please help me Thank you

1st Sep 2020, 2:45 AM
Agung Prawira
Agung Prawira - avatar
1 Answer
+ 2
You will have to download anaconda application and use it's command to download modules! Before using the commands you will have to make your environment and then activate via the commands then use the pip install statement Refer to this video: https://youtu.be/ujTCoH21GlA (Though it is of ml, but it teaches how to setup everything and install modules)
1st Sep 2020, 3:36 AM
Namit Jain
Namit Jain - avatar