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.