PyCharm and modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

PyCharm and modules

Why not standard modules dont work in PyCharm? Though i have installed them using pip in cmd

17th Apr 2019, 1:11 PM
AlexanderAPS
AlexanderAPS - avatar
2 Answers
+ 3
Pycharm automatically creates a virtual environment for each project where you have to install the modules via the settings in pycharm. Here is the official documentation on how to do that: https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html
17th Apr 2019, 2:02 PM
Thoq!
Thoq! - avatar
0
Thoq! Thanks for information 👍.
23rd Sep 2021, 3:08 AM
Sarmad Saad
Sarmad Saad - avatar