Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install fails #4

Open
chanansh opened this issue Nov 19, 2013 · 2 comments
Open

pip install fails #4

chanansh opened this issue Nov 19, 2013 · 2 comments

Comments

@chanansh
Copy link

c:\Python33\Scripts>pip install lshash
Downloading/unpacking lshash
Could not find a version that satisfies the requirement lshash (from versions:
0.0.2dev, 0.0.3dev, 0.0.4dev)
Cleaning up...
No distributions matching the version for lshash
Storing complete log in C:\Users\t-hanans\pip\pip.log

@rdooley
Copy link

rdooley commented Nov 19, 2013

You need to specify a version explicitly as the only versions available are development versions.

E.g.

❯ pip install lshash==0.0.4dev
Downloading/unpacking lshash==0.0.4dev
Downloading lshash-0.0.4dev.tar.gz
Running setup.py egg_info for package lshash

Installing collected packages: lshash
Running setup.py install for lshash

Successfully installed lshash
Cleaning up...

@primoz-k
Copy link

It would be cool if this info was in README.rst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants