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

cli issues DistributionNotFound #135

Open
eMerzh opened this issue Nov 20, 2017 · 0 comments
Open

cli issues DistributionNotFound #135

eMerzh opened this issue Nov 20, 2017 · 0 comments

Comments

@eMerzh
Copy link

eMerzh commented Nov 20, 2017

Hi,

i was transitionning my flask app to click,
and i upgrade flask-assets to 0.12
after that when i launched the flask command i got smth like

local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 584, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Flask>=0.8

if i downgrade it to 0.11 it work as expected:
pip install flask-assets==0.11

Usage: flask [OPTIONS] COMMAND [ARGS]...

  This shell command acts as general utility script for Flask applications.

  It loads the application configured (through the FLASK_APP environment
  variable) and then provides commands either provided by the application or
  Flask itself.

  The most useful commands are the "run" and "shell" command.

  Example usage:

    $ export FLASK_APP=hello.py
    $ export FLASK_DEBUG=1
    $ flask run

flask is installed in v0.12.2

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

1 participant