1

I have version 3.8 of python and I need to install opencv package on pycharm so I tried this command pip3 install opencv-python (on terminal of pycharm).

I got WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

Is there any solution to fix that prob ?

Thanks!

Elyas Karimi
  • 292
  • 4
  • 11
codepro
  • 9
  • 5
  • 1
    I hope this link helps you: https://stackoverflow.com/questions/45954528/pip-is-configured-with-locations-that-require-tls-ssl-however-the-ssl-module-in – Elyas Karimi Nov 14 '20 at 16:24

1 Answers1

0

installing packages/libs on Pychram are very easy you just need to import the lib that you want and it will show you an install option and if it dose not show you it you can press on file on the upper left , go to setting then go to python interpreter there will be a plus sign and you can just search for the packages/libs and download it

Shad0w
  • 152
  • 2
  • 13