linux安装cv2踩坑

9 篇文章 0 订阅
6 篇文章 0 订阅

pip安装命令:

pip install opencv-python
pip install opencv-contrib-python

若报错可以使用清华源安装cv2:pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python

还下不下来那就都这个网站下:https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/opencv-python/

还不不行试试wget,把上面那个网址复制下来 wget + 链接 

老子被下载折腾半天,哭死

 

import cv2的错误记录:

1、cv2 ImportError: libGL.so.1: cannot open shared object file: No such file or directory

缺少相关依赖项,需要更新安装,执行命令:

sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev

 

2、若执行sudo apt-get update报如下错:

Get:1 http://mirrors.aliyun.com/ubuntu bionic InRelease [242 kB]
Err:1 http://mirrors.aliyun.com/ubuntu bionic InRelease
  Couldn't create temporary file /tmp/apt.conf.g1YDx9 for passing config to apt-key

打开/tmp目录的权限即可:chmod 777 /tmp

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值