klazaj opened a new issue, #20005:
URL: https://github.com/apache/superset/issues/20005

   I am upgrading from Superset 1.1.0 to Superset 1.5.0. 
   
   When I run `docker-compose up`, I get this error from the superset_app 
container:
       
       superset_app             | Traceback (most recent call last):
       superset_app             |   File "/app/superset/__init__.py", line 21, 
in <module>
       superset_app             |     from superset.app import create_app
       superset_app             |   File "/app/superset/app.py", line 23, in 
<module>
       superset_app             |     from superset.initialization import 
SupersetAppInitializer
       superset_app             |   File 
"/app/superset/initialization/__init__.py", line 24, in <module>
       superset_app             |     from deprecation import deprecated
       superset_app             | ModuleNotFoundError: No module named 
'deprecation'
   
   When I enter the running container and check the python version with `python 
--version`, I get `Python 3.7.9`. This means that Python hasn't been upgraded 
to the version that Superset 1.5.0 has, and that the new required modules 
haven't been installed.
   
   What have I missed here? I do not want to remove the current volumes and 
start a fresh install. 


-- 
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]

Reply via email to