pip and easy_install not working
Closed this issue · 1 comments
First of all, this package looks AMAZING and I cannot wait to use it. Thanks so much to all of the people involved in developing this!
I have tried installing this library using both pip and easy_install, however, using pip I get the following error:
~$sudo pip install phylogeny
Downloading/unpacking phylogeny
Could not find any downloads that satisfy the requirement phylogeny
Cleaning up...
No distributions at all found for phylogeny
Storing debug log for failure in /home/joseph/.pip/pip.log
And using easy_install:
easy_install phylogeny
Searching for phylogeny
Reading https://pypi.python.org/simple/phylogeny/
Couldn't find index page for 'phylogeny' (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 phylogeny
error: Could not find suitable distribution for Requirement.parse('phylogeny')
Is this installation method not yet available?
Nevermind. I needed to type 'pylogeny' and not 'phylogeny.'