为什么我不能使用pip从PyPI安装模块,但我可以使用easy_install安装它?

时间:2014-06-19 16:13:07

标签: python pip easy-install fitnesse pypi

我正在尝试将waferslim(fitnesse slim服务器和协议的python端口)安装到我的python环境中。 Waferslim在Python包库PyPI中,但是当我尝试使用pip安装它时它不起作用,我得到一个包找不到错误:

(test) C:\Python27\VirtualEnvs\test\Scripts>pip install waferslim
Downloading/unpacking waferslim
Could not find any downloads that satisfy the requirement waferslim
Cleaning up...
No distributions at all found for waferslim

但是,如果我尝试使用easy_install进行安装,则会正确安装。为什么会这样?有没有办法可以使用Pip而不是easy_install来安装它?我写了一个requirements.txt文件,它保存了我项目的所有依赖项,但由于waferslim而运行pip install -r requirements.txt失败。

0 个答案:

没有答案