pip install cv2 install error:
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2
Solution:
Change CV2 to opencv-python
pip install opencv-python
Rule:
pip install Plugin -i http://pypi.douban.com/simple/ –trusted-host pypi.douban.com
Codes:
pip install opencv-python -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
Similar Posts:
- Error reported by PIP install third-party library [How to Solve]
- [Solved] Python import module error: importerror: no module named mysql.connector
- PIP install Error: Could not fetch URL [How to Solve]
- [Solved] Python3.7 Install urllib.parse[UNK]json[UNK]re
- Pip Install Error:There was a problem confirming ssl certificate
- Note that pyqt5 tools cannot be installed on Mac
- Python Installation WARNING: pip is configured with locations that require TLS/SSL, however the ssl module…
- Upgrade pip Error: ”’SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED]…”
- Error in installing Python package — readtimeouterror
- Consider using the `–user` option or check the permissions.