V
V
Vlad2020-05-20 17:35:17
Python
Vlad, 2020-05-20 17:35:17

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/

OPENSSL does not help, the situation is the same with him

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2020-05-20
@vchpro

Try like this:

pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org

This will disable certificate verification. But something is not right here...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question