ReinProject / python-rein

Client for a decentralized freelancing market
https://reinproject.org
GNU General Public License v3.0
37 stars 21 forks source link

Install fails with flask error on Ubuntu 16.04 #116

Closed mtlynch closed 7 years ago

mtlynch commented 7 years ago

When I run

$ sudo python setup.py install

It eventually fails with:

error: The 'flask' distribution was not found and is required by rein, flask-wtf

Full output: https://gist.github.com/mtlynch/1b518464933a3986c05a484140df16bc

Tested on Ubuntu 16.04.

mtlynch commented 7 years ago

I worked around this with

$ sudo pip install flask

And then re-ran the original install command and it succeeded.

weex commented 7 years ago

Thanks. Fixed with bce4df96ce6304a32ec0cf4461674cd573f1bd96