Ho appena aggiornato dal 16.04 al 17.10 e ogni volta che tento di eseguire qualsiasi comando python2.7, ottengo questo errore:
pip install --upgrade pip
Traceback (most recent call last):
File "/home/XXXX/bin/pip", line 7, in <module>
from pip import main
File "/home/XXXX/local/lib/python2.7/site-packages/pip/__init__.py",
line 5, in <module>
import logging
File "/usr/lib/python2.7/logging/__init__.py", line 26, in <module>
import sys, os, time, cStringIO, traceback, warnings, weakref,
collections
File "/home/XXXX/lib/python2.7/weakref.py", line 14, in <module>
from _weakref import (
ImportError: cannot import name _remove_dead_weakref
Un altro utente ha avuto un problema simile, ma questo influisce su qualsiasi programma Python che tento di eseguire. Non riesco a installare nulla tramite pip o utilizzare qualsiasi script Python. Non ho davvero idea di cosa fare, l'assistenza sarebbe molto apprezzata.
L'output di "python --version" è
Python 2.7.12
tuttavia "update python" produce:
python is already the newest version (2.7.14-2ubuntu1).
ImportError: cannot import name _remove_dead_weakref
. My Python è 2.7.14