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
请先登录再写评论。
Hello,
Could you please run
from the command line?
Does it coincide with the interpreter path you see in the Project Interpreter Settings ?
Could you please attach a screenshot?