srinisubramanian commented on issue #20942: URL: https://github.com/apache/superset/issues/20942#issuecomment-1203452706
OK, this is strange. When I installed I just used "pip install apache-superset". The output of the superset --version command displays the following: ``` (superset2) [xxxxxxx ~]$ superset --version Loaded your LOCAL configuration at [/home/xxxxxx/.superset/superset_config.py] Python 3.9.11 Flask 2.2.0 Werkzeug 2.2.1 ``` The requirements.txt points to Flask 2.0.3 and on a hunch I did a pip uninstall Flask and pip install flask==2.0.3. Also werkzeug==2.0.3 and jinja2==3.1.2 It now starts working. Wondering why pip install apache-superset installed newer versions of flask etc? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
