如果你有如下 错误:
ERROR: Could not find a version that satisfies the requirement opencv-python
ERROR: No matching distribution found for opencv-python
当你试过
pip install cv2
或者
pip3 install cv2
亦或者
pip install opencv-python
还是无法安装opencv,那么可以考虑下面的安装方法:
此方法在目前来看是有效的:
python -m pip install opencv-python
所有评论(0)