在 Ubuntu 上安装 python-twisted 10.2
我在 Ubuntu 上安装 python-twisted 包时遇到问题。当我尝试 sudo apt-get install python-twisted 时,会发生一些错误
Processing triggers for python-twisted-core ...
Processing triggers for python-central ...
Errors were encountered while processing:
python-twisted-conch
python-twisted-lore
python-twisted-news
python-twisted-runner
python-twisted-words
python-twisted
E: Sub-process /usr/bin/dpkg returned an error code (1)
因此,当我尝试安装 python-twisted-conch 时,会发生类似的错误。现在我不知道我还应该安装什么?
I have problem with installation python-twisted package on Ubuntu. When I try sudo apt-get install python-twisted some errors occur
Processing triggers for python-twisted-core ...
Processing triggers for python-central ...
Errors were encountered while processing:
python-twisted-conch
python-twisted-lore
python-twisted-news
python-twisted-runner
python-twisted-words
python-twisted
E: Sub-process /usr/bin/dpkg returned an error code (1)
So when I tried install for example python-twisted-conch similar error occur. Now i don't know what I should install else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有完全相同的症状,结果是由 python 安装的两个不同实例(和位置)引起的。
将非系统 1 重命名为 python2 有帮助。
I had exactly same symptoms and it turned out to be caused by two different instances (and locations) of python installation.
Renaming a non system one to python2 helped.