PIP install installs the third-party plug-in, and the URL of “could not fetch” appears https://pypi.python.org/simple/pool/ : there was a problem confirming SSL certificate
The solution is as follows:
create pip.ini in the python installation directory, and the configuration content of pip.ini is as follows:
0
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
The environment variable has configured the path of Python in the path, so there is no need to configure the path here, and then download the third-party plug-in with PIP
Similar Posts:
- Error reported by PIP install third-party library [How to Solve]
- [Solved] PIP install CV2 error: ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
- PIP install Error: Could not fetch URL [How to Solve]
- Error in installing Python package — readtimeouterror
- Centos7 Install virtualenv Error bash: virtualenv: command not found…
- Python Installation WARNING: pip is configured with locations that require TLS/SSL, however the ssl module…
- centos ModuleNotFoundError: No module named ‘_sqlite3’
- Upgrade pip Error: ”’SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED]…”
- [Solved] No module named extern.six.moves
- Mac version PIP install — upgrade PIP update version error