Installing python packages in Pycharm and cmd

I want to install a package in PyCharm and it cant be installed so instead I install in the CMD in windows with the same python version that i set as interpreter in PyCharm. Now when I want to import the package from inside PyCharm, it doesn't work but importing it from the windows terminal works fine.

How can I connect the installed packages of python from the CMD to PyCaharm ?

Thank you

0
Avatar
Antonina Belianskaya

Hello, 

 

Could you please run 

where python

from the command line? 

Does it coincide with the interpreter path you see in the Project Interpreter Settings

Could you please attach a screenshot? 

 

 

 

0

请先登录再写评论。