Adam Lyu
Adam Lyu

Reputation: 461

easy install can not install library package

I used easy_installto install pydelicious library but it report an error:

>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')

I have already downloaded the library but the command still does not work. Any idea is appreciated.

Upvotes: 0

Views: 541

Answers (2)

Oğuzhan TANYAŞ
Oğuzhan TANYAŞ

Reputation: 96

I think easy_install search in internet your pack. You must unzip and use setup.py in downloaded file

Upvotes: 0

Sreyantha Chary
Sreyantha Chary

Reputation: 656

Are you looking for easy_install -f /path/to/pydelicious-0.6-py2.6.egg?

Upvotes: 1

Related Questions