我正在运行最新版本的Lubuntu,每次我尝试安装某些东西时,它都会给我同样的错误::
Errors were encountered while processing:
python3
python3-cffi-backend
python3-keyring
python3-crypto
python3-idna
python3-xdg
python3-keyrings.alt
python3-six
python3-dev
python3-wheel
python3-pkg-resources
python3-gi
python3-asn1crypto
python3-pip
python3-setuptools
python3-lib2to3
python3-secretstorage
dh-python
python3-distutils
python3-cryptography
python3-dbus
E: Sub-process /usr/bin/dpkg returned an error code (1)
请帮助我,明天我在大学里要进行python测试,这确实让我很难受,我需要练习代码。
编辑::我不知道为什么,但是这里只有python给我一个问题
更新::现在它给了我一个不同的错误:
我在这里尝试使用以下方式安装Spyder3:sudo apt-get install spyder3
Setting up systemd (237-3ubuntu10.3) ...
cp: '/etc/resolv.conf' and '/run/systemd/resolve/stub-resolv.conf' are the same file
dpkg: error processing package systemd (--configure):
installed systemd package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)
答案 0 :(得分:1)
尝试删除/etc/resolv.conf
在删除文件之前先对其进行备份。
答案 1 :(得分:0)
将sudo apt-get install spyder3
替换为sudo pip install spyder3
如果您遇到其他错误,请向我显示并在终端中向我显示命令