Flask error when building from source (and a fix)

202 views
Skip to first unread message

rob...@digitgaming.com

unread,
Apr 24, 2017, 12:13:13 PM4/24/17
to airbnb_superset
Not sure how many people here build from source, but I found that at some point in the last month or so it started to fail completely with this error:

Installed /usr/local/lib/python2.7/dist-packages/Flask_WTF-0.14.2-py2.7.egg
error: The 'Flask' distribution was not found and is required by flask-wtf, flask-testing, flask-script, flask-cache


This was fixed by adding
'flask==0.12.1',
to install_requires in setup.py.

Has anyone else encountered this?

Yogesh Agrawal

unread,
Jun 5, 2017, 9:09:25 PM6/5/17
to airbnb_superset
Yes. I did face same issue. Fixed it by installing Flask as you mentioned. 
Reply all
Reply to author
Forward
0 new messages