安裝Python遇到問題——有 6 個軟件包沒有被徹底安裝或卸載。

Desktop sudo apt-get install python-matplotlib
正在讀取軟件包列表... 完成
正在分析軟件包的依賴關係樹       
正在讀取狀態信息... 完成       
python-matplotlib 已是最新的版本。
升級了 0 個軟件包,新安裝了 0 個軟件包,要卸載 0 個軟件包,有 19 個軟件包未被升級。
有 6 個軟件包沒有被徹底安裝或卸載。
解壓縮後會消耗 0 B 的額外空間。
您但願繼續執行嗎? [Y/n] Y
正在設置 python-dateutil (1.5+dfsg-1ubuntu1) ...
Traceback (most recent call last):
  File "/usr/bin/pycompile", line 35, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python/debpython/version.py", line 24, in <module>
    from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
dpkg: 處理軟件包 python-dateutil (--configure)時出錯:
 子進程 已安裝 post-installation 腳本 返回了錯誤號 1
正在設置 python-decorator (3.4.0-2build1) ...
Traceback (most recent call last):
  File "/usr/bin/pycompile", line 35, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python/debpython/version.py", line 24, in <module>
    from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
dpkg: 處理軟件包 python-decorator (--configure)時出錯:
 子進程 已安裝 post-installation 腳本 返回了錯誤號 1
正在設置 python-pyparsing (2.0.1+dfsg1-1build1) ...
Traceback (most recent call last):
  File "/usr/bin/pycompile", line 35, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python/debpython/version.py", line 24, in <module>
    from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
dpkg: 處理軟件包 python-pyparsing (--configure)時出錯:
 子進程 已安裝 post-installation 腳本 返回了錯誤號 1
正在設置 python-support (1.0.15) ...
  File "/usr/sbin/update-python-modules", line 52
    print x
          ^
SyntaxError: Missing parentheses in call to 'print'
dpkg: 處理軟件包 python-support (--configure)時出錯:
 子進程 已安裝 post-installation 腳本 返回了錯誤號 1
因爲已經達到 MaxReports 限制,沒有寫入 apport 報告。
                                                    dpkg: 依賴關係問題使得 python-matplotlib 的配置工做不能繼續:
 python-matplotlib 依賴於 python-dateutil;然而:
  軟件包 python-dateutil 還沒有配置。
 python-matplotlib 依賴於 python-pyparsing;然而:
  軟件包 python-pyparsing 還沒有配置。
 python-matplotlib 依賴於 python-support (>= 0.90.0);然而:
  軟件包 python-support 還沒有配置。

dpkg: 處理軟件包 python-matplotlib (--configure)時出錯:
 依賴關係問題 - 仍未被配置
因爲已經達到 MaxReports 限制,沒有寫入 apport 報告。
                                                    dpkg: 依賴關係問題使得 python-scipy 的配置工做不能繼續:
 python-scipy 依賴於 python-decorator;然而:
  軟件包 python-decorator 還沒有配置。

dpkg: 處理軟件包 python-scipy (--configure)時出錯:
 依賴關係問題 - 仍未被配置
因爲已經達到 MaxReports 限制,沒有寫入 apport 報告。
                                                    在處理時有錯誤發生:
 python-dateutil
 python-decorator
 python-pyparsing
 python-support
 python-matplotlib
 python-scipy
E: Sub-process /usr/bin/dpkg returned an error code (1)

緣由是,咱們在將python2.7升級到python3.3時,只是將/usr/local/bin目錄下修改了(使用ln -s 或者其餘),然而咱們的配置目錄並無修改..python

解決方法以下ubuntu

sudo apt-get clean
sudo apt-get update
sudo apt-get install --reinstall python-minimal python-lockfile
相關文章
相關標籤/搜索