- macOS 10.15.1
- pip 20.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
I want to install mysql-client, but error:
$ pip install mysql-client
Could not fetch URL https://pypi.org/simple/mysql-client/: There was a problem con-firming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max re-tries exceeded with url: /simple/mysql-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) – skipping
pip list cannot found ssl, try pip install ssl same error as above (i.e. egg-chick-game)
but:
brew install mysql-clientOK: mysql-client 8.0.19 is already installed and up-to-datebrew install opensslOK: openssl@1.1.1.1.1g is already installed and up-to-date
yet pip list cannot find both and also cannot be used in python.
Tried method from Cannot upgrade pip 9.0.1 to 9.0.3 - requirement already satisfied, not working for me.
what's the problem?