赞
踩
pip install安装python-opencv时候出现报错: ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
python-opencv 版本过高,降低python-opencv到3.3.0.10
pip 安装
pip install '/home/yinchu2023/opencv_python-3.3.0.10-cp36-cp36m-manylinux1_x86_64.whl'
安装成功,import cv2验证
import cv2
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。