Acabo de actualizar de 16.04 a 17.10, y cada vez que intento ejecutar cualquier comando python2.7, recibo este error:
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
Otro usuario tuvo un problema similar, pero esto afecta a cualquier programa de Python que intento ejecutar. No puedo instalar nada a través de pip, ni usar ningún script de Python. Realmente no tengo idea de qué hacer, la asistencia sería muy apreciada.
La salida de "python --version" es
Python 2.7.12
sin embargo, "actualizar Python" produce:
python is already the newest version (2.7.14-2ubuntu1).
ImportError: cannot import name _remove_dead_weakref
. Mi Python es 2.7.14