ChiLunHuang opened a new issue #6243: Upgrading to python3.6 from python2.7 in superset URL: https://github.com/apache/incubator-superset/issues/6243 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Superset version 0.25.6 to 0.28 ### Expected results To use an easy way to upgrade python version from `2.7` to `3.6` of superset and superset version to `0.28` and keep all old data and information (Dashboard,Charts,Tables) But the command is not working `pip install superset -- upgrade` `superset db upgrade` ### Actual results Can not smoothly upgrade the superset version to `0.28` ### Steps to reproduce Just as the title said, is there an easy way to upgrade python version from `2.7` to `3.6` of superset and keep all old data and information (Dashboard,Charts,Tables) ? I use the old version of superset is `0.25.6` and python is `2.7` for now. And I want to upgrade to `0.28` for superset, but the version `0.28` is not support `python2.7`. I found that if use command `pip install superset` would install at path `/usr/local/lib/python2.7/dist-packages` and use command `pip3 install superset` would install on path `/usr/local/lib/python3.6/dist-packages`. The old version of superset and data is at path `python2.7`, but the new one will build at path `python3.6`. How can I move the old version of superset and data to new version? Any help would be appreciated!
---------------------------------------------------------------- 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]
