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

install fails, install from git leaves src folder on disk... fix the docs please ? #12

Open
ainthek opened this issue Apr 16, 2014 · 2 comments

Comments

@ainthek
Copy link

ainthek commented Apr 16, 2014

pip install data_hacks
Downloading/unpacking data-hacks
Could not find any downloads that satisfy the requirement data-hacks
Some externally hosted files were ignored (use --allow-external data-hacks to allow).
Cleaning up...
No distributions at all found for data-hacks

@ainthek
Copy link
Author

ainthek commented Apr 16, 2014

OSX, pip --version
pip 1.5.4 from /Library/Python/2.7/site-packages (python 2.7)

@jsocol
Copy link

jsocol commented Apr 16, 2014

As a work-around, you can install directly from source, e.g.

pip install git+https://github.com/bitly/data_hacks.git#egg=data_hacks

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

No branches or pull requests

2 participants