search
top
Currently Browsing: Python

SSL Cert Errors on Windows 10 When Installing Python 3 PIP and Python Modules Resolution

Introduction Recently ran into an issue when trying to install Python PIP using get-pip.py and Python modules using PIP. The error I was receiving was WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer... read more

top