在PYPI上找不到Pywin31-214的Pip下载
我正在尝试通过Pip下载Py32。它在PYPI上有列出,链接在这里:
https://pypi.python.org/pypi/pywin32/214
我想用标准的pip命令来安装它,命令是:
pip2.7 install pywin32-214
但是在命令行中出现了以下错误信息:
C:\Python27\Scripts>pip2.7 install pywin32-214
Downloading/unpacking pywin32-214
Could not find any downloads that satisfy the requirement pywin32-214
Cleaning up...
No distributions at all found for pywin32-214
Storing debug log for failure in C:\Users\Oleg Salenko\pip\pip.log
如果我尝试用这个命令:
pip2.7 install pywin32
我得到的错误信息是:
C:\Python27\Scripts>pip2.7 install pywin32
Downloading/unpacking pywin32
Could not find any downloads that satisfy the requirement pywin32
Some externally hosted files were ignored (use --allow-external pywin32 to allow).
Cleaning up...
No distributions at all found for pywin32
Storing debug log for failure in C:\Users\Oleg Salenko\pip\pip.log
有没有人能看出这里的问题是什么,以及我该如何解决它?
谢谢
1 个回答
1
除非你有特别的原因需要通过 pip
安装,否则我强烈建议你从 pywin32
的安装包这里 下载。这个安装包来自Christoph Gohlke的Windows Python扩展包库,里面的东西都是已经编译好的,直接就可以用。根据我的经验,几乎所有的安装包都能正常工作。不过,你需要使用python.org官网提供的Python版本。