我使用此命令进行安装,但我遇到此错误:
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
答案 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