+ 4
I am not able to install any packages in pycharm professional
I am not able to Install any packages in pycharm professional and it is giving ssl certificate error ,with system installed python 3.7 , can anyone help me????
3 Respostas
+ 3
Have you tried installing packages using pip command?
If not open command line (run as administrator) and type:
pip3 install package-name
e.g
pip3 install flask
+ 1
I have the same problem, when I go to it's website it asks for hundreds euros to be install, just to be able to install a few packages...
0
Lakshay yes I tried but I used pip install package-name in command line.. still that ssl certificate error...