Neuliaus opened a new issue #4953: flask-appbuilder 1.10.0 has requirement Flask<0.12.99,>=0.12.1, but you'll have flask 1.0.2 which is incompatible URL: https://github.com/apache/incubator-superset/issues/4953 I'm running a normal installation on AWS t2.medium Ubuntu 16.04 Python 2.7 pip 10.0.1 Inside venv ### Superset version 0.20.4 Following installation instructiorn ### Expected results Install and use Superset ### Actual results flask-appbuilder 1.10.0 has requirement Flask<0.12.99,>=0.12.1, but you'll have flask 1.0.2 which is incompatible. ### Steps to reproduce sudo virtualenv venv 21 python -V 22 pip -V 23 virtualenv venv 24 . ./venv/bin/activate 25 pip install --upgrade setuptools pip 26 pip install superset 27 pip show flask-appbuilder Name: Flask-AppBuilder Version: 1.10.0 Summary: Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Home-page: https://github.com/dpgaspar/flask-appbuilder/ Author: Daniel Vaz Gaspar Author-email: [email protected] License: BSD Location: /home/ubuntu/venv/lib/python2.7/site-packages Requires: Flask-Babel, Flask-OpenID, click, Flask-Login, Flask, colorama, Flask-SQLAlchemy, python-dateutil, Flask-WTF
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
