一半安装的软件包和python循环依赖

编程入门 行业动态 更新时间:2024-10-24 07:29:04
本文介绍了一半安装的软件包和python循环依赖的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

将ubuntu 12.04更新到12.10时出了点问题:

Something went wrong while updating to ubuntu 12.04 to 12.10:

root@ely:/sys/bus/usb/devices# dpkg -l | grep ^i[HUFW] iU libpython2.7 2.7.3-0ubuntu3.4 Shared Python runtime library (version 2.7) iU python 2.7.3-0ubuntu2.2 interactive high-level object-oriented language (default version) iU python-all 2.7.3-0ubuntu2.2 package depending on all supported Python runtime versions iU python-all-dev 2.7.3-0ubuntu2.2 package depending on all supported Python development packages iU python-dev 2.7.3-0ubuntu2.2 header files and a static library for Python (default) iU python-minimal 2.7.3-0ubuntu2.2 minimal subset of the Python language (default version) iU python2.7 2.7.3-0ubuntu3.4 Interactive high-level object-oriented language (version 2.7) iU python2.7-dev 2.7.3-0ubuntu3.4 Header files and a static library for Python (v2.7) iF python2.7-minimal 2.7.3-0ubuntu3.4 Minimal subset of the Python language (version 2.7)

当我尝试配置软件包python2.7-minimal和python-minimal时,我得到的看起来像是循环依赖项:

When I try to configure the packages python2.7-minimal and python-minimal, I get what looks like a circular dependency:

root@ely:~# sudo dpkg --configure python2.7-minimal dpkg: dependency problems prevent configuration of python2.7-minimal: python2.7-minimal depends on python-minimal (>= 2.6.6-3+squeeze1); however: Package python-minimal is not configured yet. dpkg: error processing python2.7-minimal (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: python2.7-minimal root@ely:~# sudo dpkg --configure python-minimal dpkg: dependency problems prevent configuration of python-minimal: python-minimal depends on python2.7-minimal (>= 2.7.3); however: Package python2.7-minimal is not configured yet. dpkg: error processing python-minimal (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: python-minimal

如何解决那些python2.7-minimal<-> python.minimal依赖关系?其次,如何解压缩或配置带有iU和iF标记的软件包?在这种情况下,我无法重新配置或安装任何内容.谢谢.

How do I resolve those python2.7-minimal <-> python.minimal dependencies? Secondly, how do I unpack or configure the iU and iF -marked packages? I can't reconfigure nor install anything in this instance. Thanks.

推荐答案

您是否尝试配置它?

sudo dpkg --configure python2.7-dev

下次提供完整的积压订单,否则将无济于事.

Next time give the complete backlog or else it won't be useful.

更多推荐

一半安装的软件包和python循环依赖

本文发布于:2023-10-04 12:31:16,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1467162.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:软件包   python

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!