在Windows 7中使用pip安装pywin32在python 3.4.2中不起作用

在Windows 7中使用pip安装pywin32在python 3.4.2中不起作用,python,pip,pywin32,Python,Pip,Pywin32,Hy@everybody, 我尝试在Windows 7下通过pip(1.5.6)和python 3.4.2安装pywin32,但始终收到以下错误消息: Could not find any downloads that satisfy the requirement pywin32 Some externally hosted files were ignored (use --allow-external pywin32 to all ow). Cleaning up... No distri

Hy@everybody,

我尝试在Windows 7下通过pip(1.5.6)和python 3.4.2安装pywin32,但始终收到以下错误消息:

Could not find any downloads that satisfy the requirement pywin32
Some externally hosted files were ignored (use --allow-external pywin32 to all
ow).
Cleaning up...
No distributions at all found for pywin32
Storing debug log for failure in C:\Users\tonka\pip\pip.log
使用pip的所有其他安装都非常好。在pypi.org上,有一个pywin32的包,所以我真的不明白为什么会发生这种情况

我也尝试过这个--allow external标志,但是我得到了以下错误

Could not find any downloads that satisfy the requirement pywin32
Some insecure and unverifiable files were ignored (use --allow-unverified pywi
n32 to allow).
Cleaning up...
No distributions at all found for pywin32
Storing debug log for failure in C:\Users\tonka\pip\pip.log
然后我使用了--allow unverified标志,得到了这个错误

Could not find any downloads that satisfy the requirement pywin32
Cleaning up...
No distributions at all found for pywin32
Storing debug log for failure in C:\Users\tonka\pip\pip.log
pip中是否有适用于pywin32 3.4的软件包

有人有相同的问题/行为吗?

编辑

适用于正在寻找通过pip安装pywin32的方法的任何人。使用包而不是pywin32,它是相同的包,但它是pip-able

问候

Tonka

在回答您的第一个问题时,似乎没有针对python 3.4的pip pywin32包。如果你看一下这个页面:url,你可以看到有一个
214\u下载\u url
。这表明版本214是最新的可用版本,214下载目录不包含python 3.1之后版本的安装程序


在回答第二个问题时,是的,我看到了python 3.4.1的相同问题/行为。正如@sk11在评论中提到的,您可以从下载安装程序。(我无法添加评论,因为我没有代表。)我刚刚尝试了安装程序,它似乎工作正常。

(除非你真的想从Pip安装)也有这样的“Python 3.4.3(v3.4.3:9b73f1c3e601,2015年2月24日,22:43:06)[MSC v.1600 32位(英特尔)]在win32 WIndows 8,64位上请将你的编辑作为答案并接受它!嘿,Whippet船长,谢谢你的回答。我将选择pywin32的安装版本,而不是sk11所说的pip。Thx@tonka没问题。如果你认为我的答案回答了你问题的两个部分,请将此标记为已接受的答案。谢谢新版本现在可通过sourceforge获得。对Python 3.5.2有什么想法吗。。我从下载了所有版本,没有一个不工作。