0

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.

3
  • What happens if you try to install it like so: easy_install pydelicious ? Commented Jun 20, 2016 at 11:52
  • @user1238367 error: Could not find suitable distribution for Requirement.parse('pydelicious') Commented Jun 20, 2016 at 11:58
  • If there's no other error then it's not compatible with your Python version most likely. Download it from the developer's website and install it manually. Commented Jun 20, 2016 at 12:08

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

2 Comments

I am trying.....Do you know how to handle it when the path has whitespace?
Add quotes: easy_install -f "/path/to/pydelicious-0.6-py2.6.egg"
0

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

2 Comments

But from the error report, it shows the local disk was searched
hmm my mistake. you true

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.