Pip: could not find a version. No matching distribution found

The developers of Flask-ACL made a mistake that they did not manage to upload the Flask-ACL library onto PyPi(where pip searches for modules). so you will have to install it using pip from their GitHub page.

You can do so like this:

pip install "git+https://github.com/mikeboers/Flask-ACL"

Leave a Comment