更新点不起作用 [英] Updating pip not working

查看:89
本文介绍了更新点不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我束手无策. Conda不断告诉我升级pip,但是,当我运行conda update pip命令时,它说pip已完全更新.我的确切终端输出如下:

I am in a bind. Conda keeps telling me to upgrade pip, however, when I run the conda update pip command, it says pip is fully updated. My exact terminal output is below:

Anton-MacBook-Pro:~ anton$ conda update pip -p /Users/anton/anaconda/envs/py3k

# All packages already at latest version, nothing to do.
# packages in environment at /Users/anton/anaconda/envs/py3k:
#
# Warning: Your version of pip is older than what conda requires for pip
# integration, so pip-installed packages will not be displayed.  Please
# update pip, (conda update pip -p /Users/anton/anaconda/envs/py3k)

pip                       1.4.1                    py33_1  

Anton-MacBook-Pro:~ anton$

我对终端输出的解释是:

My interpretation of the terminal output is:

  1. 我告诉conda更新点数.
  2. Conda告诉我点子是最新的,
  3. Conda警告我点值不是最新的,我应该运行在步骤1中刚运行的确切代码.

推荐答案

这是一个conda错误,正如Jacob Budin指出的那样.尝试运行

This is a conda bug, as Jacob Budin noted. Try running

conda update distribute

,看看是否可以解决问题.无论哪种方式,您都不必担心.

and see if that makes the problem go away. Either way, you don't need to worry about it.

这篇关于更新点不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆