Flask-ACL
Flask-ACL copied to clipboard
installation via pip fails
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 :)
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.