python
dancingtiger
从事c
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu安装OpenCV
1.提示没有pip命令时使用whereis pip查看是否安装了pip2.执行pip3 install opencv-python3.报错Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-t796ho9a/opencv-python/ 执行pip3 install --upgrade pip,然后在执行一次pip3 install opencv-python...原创 2021-02-21 21:39:01 · 182 阅读 · 0 评论 -
出现Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build*解决办法
出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*解决办法转载https://www.cnblogs.com/xiao987334176/p/12600835.html转载 2021-02-21 14:38:58 · 33020 阅读 · 5 评论
分享