简体   繁体   English

pip installnose==1.3.7 安装 0.10.4 版本

[英]pip install nose==1.3.7 installs version 0.10.4

I'm trying to force pip to install nose v1.3.7.我正在尝试强制 pip 安装鼻子 v1.3.7。 Using the following command:使用以下命令:

pip install --proxy **** --no-cache -I nose==1.3.7

but, I get the following output:但是,我得到以下输出:

在此处输入图片说明

Why is pip installing 0.10.4 instead, after I specifically asked for 1.3.7?在我特别要求安装 1.3.7 之后,为什么 pip 安装的是 0.10.4?

I should note that I'm doing is within a python virtualenv.我应该注意到我正在做的是在 python virtualenv 中。

Other details: Centos 6.8, python 2.6, pip 8.1.2其他细节:Centos 6.8、python 2.6、pip 8.1.2

Forcing an uninstall of nose and reinstalling it seems to have worked.强制卸载鼻子并重新安装它似乎有效。 Still uncertain why the -I flag didn't do as it's intended to do.仍然不确定为什么 -I 标志没有按预期执行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM