JohnRson opened a new issue, #19799: URL: https://github.com/apache/superset/issues/19799
I have been using Apache Superset 1.4.2 and wanted to upgrade to 1.5.0 as it supports non-timeseries-x-axis. https://github.com/apache/superset/tree/master/RELEASING/release-notes-1-5 I tried to install it from github via python on windows 10 into an unique environment: conda activate %env% call conda install git pip install --upgrade setuptools pip --user python pip install X:\python_geohash-0.8.5-cp39-cp39-win_amd64.whl pip install markupsafe==2.0.1 pip install sqlalchemy-trino pip install git+https://github.com/apache/[email protected] pip show apache-superset SET FLASK_APP=superset superset db upgrade flask fab create-admin superset load_examples superset init superset run -p 8088 --with-threads --reload --debugger I already installed some aditional libraries (geohash, markupsafe, sqlalchemy-trino), otherwise it wouldn't finish. So far, there is no console error but when I open http://127.0.0.1:8088/superset/welcome/ it just shows an empty white screen  Does anyone know how to fix this issue? -- 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]
