sedat-eyuboglu opened a new issue #15275: URL: https://github.com/apache/superset/issues/15275
When i tried to install Superset according to the steps at https://superset.apache.org/docs/installation/installing-superset-from-scratch, i get following errors and installation can not success. ERROR: flask 1.1.4 has requirement itsdangerous<2.0,>=0.24, but you'll have itsdangerous 2.0.1 which is incompatible. ERROR: flask-appbuilder 3.3.1 has requirement Flask-WTF<0.15.0,>=0.14.2, but you'll have flask-wtf 0.15.1 which is incompatible. ERROR: flask-appbuilder 3.3.1 has requirement SQLAlchemy<1.4.0, but you'll have sqlalchemy 1.4.18 which is incompatible. I used the Ubuntu 20.04 in a Virtual Box environment. I think Ubuntu already have some packages with incompatible version. I created pythone virtual environment as described but it can not solve this issue. #### How to reproduce the bug 1. Install Ubuntu 20.04 from https://ubuntu.com/download/server into a Virtual Box environment. 2. Flow the instaructions https://superset.apache.org/docs/installation/installing-superset-from-scratch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
