You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
Hey there,
I tried the following, ... did I missed something ? ...
greetings,
michael
EDIT:
bin/pip install -e git+https://github.com/mikeboers/Flask-ACL#egg=flask_acl
did the trick for me here :)
The text was updated successfully, but these errors were encountered: