Open Laerty47 opened 4 months ago
It looks like a networking problem, or more precisely an issue with SSL certificates. In this case I doubt updating pip would solve the issue. But the only pip version ever truly supported is always the latest one, so you could consider updating pip and retrying anyway.
The pip update suggestion is just a warning. Not error.
Using --use-feature=truststore
should enable the use of system-installed TLS certificates. If they are up-to-date, you're good to go. Alternatively, it should be possible to use certifi
bundles.
See the pip docs for more detail: https://pip.pypa.io/en/stable/topics/https-certificates/.
Problem description
ERROR WHEN INSTALLING ANY LIBRARY IN PYTHON, STATING THAT PIP INSTALL NEEDS TO BE UPDATED