Python pip installs some packages that are not found in the problem Could not find a version of that satisfies ....

Source: Internet
Author: User
Tags ssl certificate

Sometimes we use the download Python's own pip to install some toolkit, will report the following error

A satisfactory version is not found and our PIP may need to be upgraded, so use

python-m pip Install--upgrade pip

Upgrade Pip,--upgrade followed by the name of the library that needs to be upgraded

Then continue to try to find or not, will report the same error, when considering the network is a problem, my network is sometimes unstable, then we use the domestic image source to accelerate

Pip Install package name-I http://pypi.douban.com/simple/--trusted-host pypi.douban.com

--trusted-host pypi.douban.com This is to get the SSL certificate authentication

Successful execution!

But each time this manual input will be more troublesome, it is recommended to change the system for the first time to replace the domestic mirror source, the specific configuration please refer to

51966649

Python pip installs some packages that are not found in the problem Could not find a version of that satisfies ....

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.