如何使用损坏的ConfigParser导入修复apt?

时间:2017-07-18 17:58:55

标签: python linux ubuntu pip apt

最近,我在尝试使用certbot时遇到了问题。因此,我正在搞乱pip,easy_install和apt。

最终我最终以某种方式破解了,并且没有找到解决它的方法。

现在,如果我尝试将apt用于任何事情,则会抛出此错误:

  

设置python-pip(8.1.1-2ubuntu0.4)...
      追溯(最近的呼叫最后):
      文件“/ usr / bin / pycompile”,第35行,中       来自debpython.version import SUPPORTED,debsorted,vrepr,\
      文件“/usr/share/python/debpython/version.py”,第24行,中       来自ConfigParser导入SafeConfigParser
      ImportError:没有名为'ConfigParser'的模块       dpkg:错误处理包python-pip( - configure):
      子进程安装后的安装后脚本返回错误退出状态1
      设置python-wheel(0.29.0-1)...
      追溯(最近的呼叫最后):
      文件“/ usr / bin / pycompile”,第35行,中       来自debpython.version import SUPPORTED,debsorted,vrepr,\
      文件“/usr/share/python/debpython/version.py”,第24行,中       来自ConfigParser导入SafeConfigParser
      ImportError:没有名为'ConfigParser'的模块       dpkg:错误处理包python-wheel( - configure):
      子进程安装后的安装后脚本返回错误退出状态1
      处理时遇到错误:
      蟒蛇-PIP
      蟒蛇轮
      E:子进程/ usr / bin / dpkg返回错误代码(1)

我该怎么做才能解决这个问题?提前谢谢!

1 个答案:

答案 0 :(得分:0)

如果您使用的是python 3,则必须安装configparser而不是ConfigParser