Answers for "pip install ssl error"

0

There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443):

$ pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org pip setuptools
Posted by: Guest on December-24-2020
0

pip install fails with connection error ssl

$ pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>
Posted by: Guest on March-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language