赞
踩
错误原因: ----------------------------------------
- ----------------------------------------
- ERROR: Failed building wheel for opencv-python
- Failed to build opencv-python
- ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
解决方案:
- pip install --upgrade pip setuptools wheel
- pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
错误原因:
- ERROR: Failed building wheel for opencv-python
- Failed to build opencv-python
- ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-ba
解决方案:
pip install opencv-python==4.5.5.62 -i https://pypi.tuna.tsinghua.edu.cn/simple
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。