Closed mtlynch closed 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.
I worked around this with
$ sudo pip install flask
And then re-ran the original install command and it succeeded.
Thanks. Fixed with bce4df96ce6304a32ec0cf4461674cd573f1bd96
When I run
It eventually fails with:
Full output: https://gist.github.com/mtlynch/1b518464933a3986c05a484140df16bc
Tested on Ubuntu 16.04.