安装opencv时报错如题
解决方法:
第一步:pip install --upgrade pip //更新pip
第二步:pip install --no-use-pep517 opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
通过禁用pep517并使用清华镜像安装
安装opencv时报错如题
解决方法:
第一步:pip install --upgrade pip //更新pip
第二步:pip install --no-use-pep517 opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
通过禁用pep517并使用清华镜像安装
209
1万+