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

installation via pip fails #2

Open
k4ffee opened this issue Jul 7, 2014 · 1 comment
Open

installation via pip fails #2

k4ffee opened this issue Jul 7, 2014 · 1 comment

Comments

@k4ffee
Copy link

k4ffee commented Jul 7, 2014

Hey there,
I tried the following, ... did I missed something ? ...

pip install Flask-ACL
Downloading/unpacking flask-acl
   Could not find any downloads that satisfy the requirement flask-acl
Cleaning up...
No distributions at all found for flask-acl
Storing debug log for failure in /home/michael/.pip/pip.log

greetings,
michael

EDIT:
bin/pip install -e git+https://github.com/mikeboers/Flask-ACL#egg=flask_acl
did the trick for me here :)

@mikeboers
Copy link
Owner

The fault is mine on this one. The package has not been released to the PyPI, as I feel that it is in far too much development flux (whenever I end up working on it)... And yet, the README clearly states that you can install it that way.

Sorry about that.

Your workaround with pip install -e ... is the way to go for now.

Cheers,

Mike

On Jul 7, 2014, at 2:57 AM, Michael [email protected] wrote:

Hey there,
I tried the following, ... did I missed something ? ...

pip install Flask-ACL
Downloading/unpacking flask-acl
Could not find any downloads that satisfy the requirement flask-acl
Cleaning up...
No distributions at all found for flask-acl
Storing debug log for failure in /home/michael/.pip/pip.log

greetings,
michael


Reply to this email directly or view it on GitHub.

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

2 participants