1 votes

Impossible d'installer Python-gi

J'ai un ubuntu 16.04.1 LTS. Après avoir installé le système, j'ai fait ceci :

  • update-alternatives --remove Python /usr/bin/python2
  • update-alternatives --install /usr/bin/Python Python /usr/bin/python3

Mais maintenant, je ne peux pas mettre à jour le système, les programmes et les paquets, à cause de ce problème :

sudo apt-get dist-upgrade

  … 

   … 

 … 
 0,  0  ,    0 ,  0   .
      6 .
  ,       0 B.
 ? [/] y
  python-gi (3.20.0-0ubuntu1) …
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-gi (--configure):
    post-installation    1
dpkg:       alacarte:
 alacarte   python-gi (>= 3.0), :
   python-gi   .

dpkg:     alacarte (--configure):
   —   
  python-cairo (1.8.8-2) …
 apport  ,            .
                                                                                                           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-cairo (--configure):
    post-installation    1
dpkg:       python-gi-cairo:
 python-gi-cairo   python-gi (= 3.20.0-0ubuntu1), :
   python-gi   .
 python-gi-cairo   python-cairo, :
   python-cairo   .

dpkg:     python-gi-cairo (--configure):
   —   
  python-gobject-2 (2.28.6-12ubuntu1) …
 apport  ,   MaxReports
                                                   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-gobject-2 (--configure):
    post-installation    1
 apport  ,   MaxReports
                                                   dpkg:       python-gobject:
 python-gobject   python-gi (>= 3.20.0-0ubuntu1), :
   python-gi   .
 python-gobject   python-gobject-2, :
   python-gobject-2   .

dpkg:     python-gobject (--configure):
   —   
 apport  ,   MaxReports
                                                      libc-bin (2.23-0ubuntu4) …
     :
 python-gi
 alacarte
 python-cairo
 python-gi-cairo
 python-gobject-2
 python-gobject
E: Sub-process /usr/bin/dpkg returned an error code (1)

Aidez-moi, s'il vous plaît, à résoudre ce problème.

0voto

Fabiano Soriani Points 543

Annulez vos modifications en utilisant

sudo update-alternatives --remove  python /usr/bin/python3 
sudo ln -s python2 /usr/bin/python

Voir Pourquoi Python 3 n'est-il pas le binaire Python par défaut ? pourquoi vous ne devriez pas changer /usr/bin/python

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X