处理大量 python 包时 apt-get 失败

处理大量 python 包时 apt-get 失败

我该如何清理它?

Errors were encountered while processing:
 python-cairo
 python-gobject-2
 python-gtk2
 python-numpy
 python-sqlalchemy
 python-pygame
 childsplay
 childsplay-alphabet-sounds-ca
 python-pysqlite2
 gcompris
 python-configparser
 python-lzma
 python-sqlalchemy-ext
 youtube-dl
E: Sub-process /usr/bin/dpkg returned an error code (1)
skumaran@hamming:~$ 

我的完整错误日志在这里:

http://pastebin.com/1c6cZz34

我该如何清理我的系统以便在安装软件时不会出现此错误。

我当前的python是python3.4

skumaran@hamming:~/workspace$ /usr/bin/python --version
Python 3.4.5rc1
skumaran@hamming:~/workspace$ head -1 /usr/bin/pycompile 
#! /usr/bin/python
skumaran@hamming:~/workspace$ 

答案1

Ubuntu 依赖于/usr/bin/pythonPython2。如果将其更改为 Python3,则会破坏系统。将其改回 Python2。

为什么 Python 3 不是默认的 Python 二进制文件?如何让终端运行 python 3.1?了解更多信息。

相关内容