内容简介:在树莓派上安装python-imaging软件时出现了以下错误:最后经过比较长时间的摸索,终于解决了这个问题,解决过程如下:我将详细的故障代码放在这儿:
在树莓派上安装python-imaging软件时出现了以下错误:
Errors were encountered while processing: python-imaging E: Sub-process /usr/bin/dpkg returned an error code (1)
最后经过比较长时间的摸索,终于解决了这个问题,解决过程如下:
一、故障代码
我将详细的故障代码放在这儿:
<strong>pi@raspberrypi:/var/lib/dpkg $ sudo apt-get install python-imaging --reinstall</strong> Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 12 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. E: Internal Error, No file name for python-imaging:armhf <strong>pi@raspberrypi:/var/lib/dpkg $ sudo apt-get install python-imaging </strong>Reading package lists... Done Building dependency tree Reading state information... Done python-imaging is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Traceback (most recent call last): File "/usr/bin/apt-listchanges", line 28, in <module> import apt_pkg ModuleNotFoundError: No module named 'apt_pkg' Setting up python-imaging (2.6.1-2+deb8u3) ...
二、解决办法
cd /var/lib/dpkg sudo mv info info.bak #做备份 sudo mkdir info sudo apt-get install python-imaging --reinstall #重新安装cmake包 sudo rm -rf info sudo mv info.bak info #还原info 然后再sudo apt-get install python-imaging就不会出现上面的错误了
三、故障解决
故障终于解决,树莓派系统也可以正常升级了。
pi@raspberrypi:/var/lib/dpkg $ sudo apt-get upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
The following packages have been kept back:
gstreamer1.0-plugins-bad libgl1-mesa-dri libgstreamer-plugins-bad1.0-0 lxpanel lxpanel-data
plymouth python-gpiozero python-openssl python3-gpiozero raspberrypi-ui-mods sonic-pi
xserver-xorg-input-all
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
原创文章,转载请注明:转载自科技爱好者博客
本文链接地址: 解决树莓派“Sub-process /usr/bin/dpkg returned an error code (1)”故障 (http://blog.lxx1.com/3262)
如果博客对您有帮助,请给我 打赏
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 故障公告:Linux 内核故障导致网站宕机近 1 个小时
- [树莓派]树莓派的入门教程
- 「玩转树莓派」树莓派 3B+ 安装 OpenCv
- 「玩转树莓派」树莓派 3B+ 查询本机IP
- 「玩转树莓派」树莓派 3B+ 配置静态IP
- 「玩转树莓派」树莓派 3B+ 配置无线WiFi
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
设计原本
Frederick P. Brooks, Jr. / InfoQ中文站、王海鹏、高博 / 机械工业出版社 / 2011-1-1 / 55.00元
无论是软件开发、工程还是建筑,有效的设计都是工作的核心。《设计原本:计算机科学巨匠Frederick P. Brooks的思考》将对设计过程进行深入分析,揭示进行有效和优雅设计的方法。 本书包含了多个行业设计者的特别领悟。Frederick P. Brooks, Jr.精确发现了所有设计项目中内在的不变因素,揭示 了进行优秀设计的过程和模式。通过与几十位优秀设计者的对话,以及他自己在几个设计......一起来看看 《设计原本》 这本书的介绍吧!