I am trying to run the pip command and install a dependency on mac os but I am just getting an error message that looks like this
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
I added a picture below to best understand. Can anyone help me figure this out?
I also tried reinstalling python and that didnt work either - I just keep getting the same message
I also tried pip3 and I get the same error