easy install 无法安装库包

easy install can not install library package

我用easy_install安装了pydelicious库但是报错:

>easy_install pydelicious-0.6-py2.6.egg
Searching for pydelicious-0.6-py2.6.egg
Reading https://pypi.python.org/simple/pydelicious-0.6-py2.6.egg/
Couldn't find index page for 'pydelicious-0.6-py2.6.egg' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for pydelicious-0.6-py2.6.egg
error: Could not find suitable distribution for Requirement.parse('pydelicious-0.6-py2.6.egg')

我已经下载了库,但是命令还是不行。任何想法表示赞赏。

您在寻找 easy_install -f /path/to/pydelicious-0.6-py2.6.egg 吗?

我认为 easy_install 在互联网上搜索您的背包。您必须解压缩并在下载的文件

中使用setup.py