Install PIP Help PIP Install OpenCV-Python

Error map:

Common PIP CV2 installation error:

Error: A version that meets cv2 requirements could not be found (from versions: none)
Error: No matching CV distribution was found

Solution 1:

Edit CV2 on OpenCV-Python
opencv-python install point
If you don’t solve it, you need to use the internal mirror source to speed up the network problem that the network is sometimes unstable.

Base:

plugin name to install PIP-i http://pypi.douban.com/simple/ —– SURENDOHOST pypi.douban.com

Code:

Some of the following offersВнутренний код позднего дня

pip install opencv-python -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

Answer:

Leave a Comment