pypa / packaging-problems

An issue tracker for the problems in packaging
151 stars 35 forks source link

ERROR PIP INSTALL PYTHON #777

Open Laerty47 opened 4 months ago

Laerty47 commented 4 months ago

Problem description

ERROR WHEN INSTALLING ANY LIBRARY IN PYTHON, STATING THAT PIP INSTALL NEEDS TO BE UPDATED

### Tasks
Laerty47 commented 4 months ago
error pip install
sinoroc commented 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.

webknjaz commented 2 days ago

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/.