python-pip : Depends: python-setuptools (>= 0.6c1) 问题

安装apt-get install python-pip 遇到以下问题。

[email protected]:~# apt-get install python-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-pip : Depends: python-setuptools (>= 0.6c1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

解决办法:

First remove the python-pkg-resources completely using

 sudo apt-get purge python-pkg-resources

Once completed successfully, first  run

  sudo apt-get -f install

then

   sudo apt-get install python-pip
时间: 2024-10-05 12:26:34

python-pip : Depends: python-setuptools (>= 0.6c1) 问题的相关文章

python下安装 setuptools 和pip(python环境刚部署好)

起因:换了一台电脑,部署python环境,练习爬虫.然而,还没开始敲代码,就先安装各种第三方包,就想到了pip 安装利器. 官网下载好了pip压缩包,解压后在pip目录下执行命令:python setup.py install,报错提示:缺少setuptools 文件t.接着就开始搞setuptools,一番折腾,终于搞定. 特意将操作的过程记录下来. 1.setupstools 下载安装 官网下载:https://pypi.org/project/setuptools/0.9.8/ 安装路径:

Windows下使用pip安装python包是报错-UnicodeDecodeError: 'ascii' codec can't decode byte 0xcb in position 0

先交待下开发环境: 操作系统:Windows 7 Python版本:2.7.9 Pip版本:6.1.1 其他环境忽略 在windows下使用pip下载python包,出现如下错误 [plain] view plain copy Collecting xxxxxx Exception: Traceback (most recent call last): File "D:\Python27\lib\site-packages\pip-6.0.8-py2.7.egg\pip\basecommand.

python pip install tables couldn't find microsoft vc++ 9.0 (vcvarsall.bat)

if you have install microsoft visual studio 2013, just create a the enviroment variable named [VS90COMNTOOLS] and point it to %VS120COMNTOOLS%. because python(2.7.8) use micorsoft visual vc++ 9.0 compiler (shipped with visual studio 2008) to compile

python pip包管理

pip 是一个安装和管理 Python 包的工具 , 是 easy_install 的一个替换品.本文将详细说明 安装 pip 的方法和 使用 pip 的一些基本操作如安装.更新和卸载 python 包. distribute是setuptools的取代(Setuptools包后期不再维护了),pip是easy_install的取代. pip的安装需要setuptools 或者 distribute,如果你使用的是Python3.x那么就只能使用distribute因为Python3.x不支持s

Linux——使用国内镜像通过pip安装python的一些包

学习flask,安装virtualenv环境,这些带都ok,但是一安装包总是出错无法安装, http://e.pypi.python.org/这个就是官网了,清华大学提供的 建议非清华大学校内的使用这个镜像: http://e.pypi.python.org/simple(这也是一个http://pypi.v2ex.com/simple),清华校内的就使用这个:http://mirrors.tuna.tsinghua.edu.cn/pypi/simple 使用镜像的方法可以在每次执行pip的时候

CentOS中Python pip包管理工具的安装和使用

Python有很多第三方的模块或包,要管理这些包,有很多方法.python的pip包管理工具,类似与CentOS中yum,使用该工具安装Python包非常方便. 从Python内部来说,pip 是一个安装和管理 Python 包的工具 , 是 easy_install 的一个替换品.distribute是setuptools的取代(Setuptools包后期不再维护了),pip是easy_install的取代. pip的安装前需要setuptools 或者 distribute,如果你使用的是P

python pip ez_setup.py

#!/usr/bin/env python """Bootstrap setuptools installation To use setuptools in your package's setup.py, include this file in the same directory and add this to the top of your setup.py:: from ez_setup import use_setuptools use_setuptools()

python pip及安装包安装

python 微信聊天D:\untitled\hello.py 入口 web禁止登陆.. 安装命令:手动安装:D:\python\setuptools-41.2.0>python setup.py install 下载下来手动安装pip D:\python\pip-1.4.1\pip-1.4.1>python setup.py installD:\python\setuptools-41.2.0>python setup.py install ImportError: No module

Python 2.7安装setuptools时的UnicodeDecodeError解决办法

我猜~~~很多一开始学习python的同学们一定也遇到了这个问题,在安装setuptools时候会遇到UnicodeDecodeError的错误. 我学的是3.x,但是周围的人都说2.7好,╮(╯▽╰)╭一开始我也不在乎,但是工作需要使用mongodb,但是它的包暂时只有2.7,我点点点点. 无奈我也就换了版本,改为2.7,但是问题来了,当我想安装setuptools的时候,恶心的错误来了.真的不知道安装这种成熟的工具还有这种问题. 在经过各种谷哥.度娘之后,有的说在代码中制定编码,试了不行,有

python pip命令的安装与实验安装scrapy

大家在使用python时候,很多时候导入模块都会发现该模块不存在,那么我们就需要下载安装,可是有时候安装会出现各种问题,大家回去请教别人,大部分程序员会回答你:pip install 什么等,可是你pip install 什么发现没有该命令,这是怎么回事呢?因为告诉你的人从来没有考虑过你是否装pip命令.下面小编就说小怎么用pip安装Scray: 假设你安装好了下面东西 Python 2.7 Python Package: pip and setuptools. 现在 pip 依赖 setupt