Linux下OpenCV出现错误:ASSERT false in file qasciikey.cpp, line 501
【摘要】 原文链接Linux下OpenCV,出现错误:ASSERT false in file qasciikey.cpp, line 501可能是OpenCV的版本有问题,需要重新安装一下:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-pythonpip install -i https://pypi.tuna.tsin...
Linux下OpenCV,出现错误:
ASSERT false in file qasciikey.cpp, line 501
可能是OpenCV的版本有问题,需要重新安装一下:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python
如果出现提示:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/anaconda3/lib/python3.7/site-packages/opencv_contrib_python-4.1.0.25.dist-info’
Consider using the --user
option or check the permissions.
表示需要使用--user
:
pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python
学习更多编程知识,请关注我的公众号:
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)