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!