E:无法找到包python-image

时间:2018-05-10 11:03:18

标签: python python-2.7

我使用此命令进行安装,但我遇到此错误:

sudo apt-get install -y python-opencv python-picamera python-image python-pyexiv2

Reading package lists... Done

Building dependency tree    

Reading state information... Done

E: Unable to locate package python-image

1 个答案:

答案 0 :(得分:0)

您的包裹可能已经存在。

您可以尝试:

sudo apt-get update 
sudo apt-get install python-image

它应该修复。

如果您没有设置好仓库,可能需要添加仓库universe

sudo add-apt-repository universe

否则你有一个详细的解决方案: https://askubuntu.com/questions/378558/unable-to-locate-package-while-trying-to-install-packages-with-apt