ton*_*nka 22 python pip pywin32
海兰@大家,
我尝试在Windows 7下使用python 3.4.2通过pip(1.5.6)安装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
Run Code Online (Sandbox Code Playgroud)
使用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
Run Code Online (Sandbox Code Playgroud)
然后我使用了--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
Run Code Online (Sandbox Code Playgroud)
是否有针对pywin32 for 3.4的pip包?PyPI将链接
有没有人有同样的问题/行为?
编辑:
对于任何正在寻找通过pip安装pywin32的方法的人.使用包pypiwin32而不是pywin32,它是相同的包,但它是pip-able
问候
Tonka
在回答你的第一个问题时,似乎python 3.4没有一个pip pywin32包.如果你看看这个页面:url https://pypi.python.org/simple/pywin32/,你可以看到有一个214_download_url.这表明版本214是最新版本,214 这里的下载目录不包含任何晚于python 3.1的安装程序.
在回答你的第二个问题时,是的,我在python 3.4.1中看到了同样的问题/行为.正如@ sk11在评论中所提到的,您可以从此处下载安装程序.(我无法添加评论,因为我没有代表.)我刚刚尝试了安装程序,它似乎工作正常.
| 归档时间: |
|
| 查看次数: |
18164 次 |
| 最近记录: |