Answer the question
In order to leave comments, you need to log in
python modules not installing?
After trying to install the module
pip install pyinstaller
Outputs this:
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1076)'))': /simple/pyinstaller/
Answer the question
In order to leave comments, you need to log in
Try like this:
pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question