我尝试使用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
任何人都可以看到这里的问题以及我如何解决它?
由于
答案 0 :(得分:1)
除非您出于某种原因特别需要从pip
安装,否则我强烈建议您从Christoph Gohlke的Windows扩展程序包中获取pywin32
installer here。一切都已编译好并准备就绪,根据我的经验,几乎所有的安装人员都可以使用。但是,您需要使用python.org版本的Python。