Pip安装 - 无法为requirements.parse()找到合适的发行版

时间:2015-01-05 18:27:45

标签: python python-2.7 pip

我正在尝试使用Pip为python 2.7安装pynotify。我在Windows Powershell中这样做。我可以四处寻找解决方案,但一直没有成功。我正在使用Windows 7。

我的代码:

Pip install pynotify

错误:

No local packages or download links found for binary-installer-built-with-distutils.exe
error: Could not find suitable distribution for Requirement.parse('binary-installer-built-with-distutils.exe')

我尝试使用easy_install安装binary_installer_built_with_distutils.exe:

easy_install  binary_installer_built_with_distutils.exe

我收到以下错误消息:

Couldn't find index page for 'binary_installer_built_with_distutils.exe' (maybe misspelled?)

0 个答案:

没有答案