You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/02/01 08:23:59 UTC

[GitHub] [superset] JeanBaptisteINITIATIVES opened a new issue #12856: Problem upgrading python from 3.6 to 3.8

JeanBaptisteINITIATIVES opened a new issue #12856:
URL: https://github.com/apache/superset/issues/12856


   Hi,
   
   I'm facing an issue upgrading Superset from 0.38.0 to 1.0.0. Currently I have a 0.38.0 Superset version installed in a virtual env, on a Linux Ubuntu 18.04 server, with python 3.6. To upgrade to the new major 1.0.0 release, I have to upgrade to python 3.7 to make it works. For this reason, I upgraded the development server to an Ubuntu 20.04 with a python 3.8 distribution. But I can't find how to upgrade the Superset installation, how to upgrade the virtual environment with the Superset install...
   Do I have to reinstall Superset from scratch ?
   
   Any help will be appreciated ;-)
   
   Best regards


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dpgaspar edited a comment on issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
dpgaspar edited a comment on issue #12856:
URL: https://github.com/apache/superset/issues/12856#issuecomment-770740345


   @JeanBaptisteINITIATIVES you don't have to install superset from scratch (it would be better from a immutable infrastructure perspective). But you do have to follow all the install steps, you need to update/reinstall superset's virtual environment, install superset, upgrade the db, superset init. The normal install steps
   
   Note: Superset 1.0.0 has a dependency problem on python 3.8 and PyJWT, so use python 3.7 or pin PyJWT at 1.7.1
    


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dpgaspar edited a comment on issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
dpgaspar edited a comment on issue #12856:
URL: https://github.com/apache/superset/issues/12856#issuecomment-770740345


   @JeanBaptisteINITIATIVES you don't have to install superset from scratch (it would be better from a immutable infrastructure perspective). You need to update/reinstall superset's virtual environment, install superset, upgrade the db, superset init. The normal install steps
   
   Note: Superset 1.0.0 has a dependency problem on python 3.8 and PyJWT, so use python 3.7 or pin PyJWT at 1.7.1
    


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] JeanBaptisteINITIATIVES closed issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
JeanBaptisteINITIATIVES closed issue #12856:
URL: https://github.com/apache/superset/issues/12856


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] JeanBaptisteINITIATIVES commented on issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
JeanBaptisteINITIATIVES commented on issue #12856:
URL: https://github.com/apache/superset/issues/12856#issuecomment-770745986


   Hi @dpgaspar,
   
   Thanks for the reply, I'll do all these steps and give some feedback if I encounter some problem during this process.
   
   Best regards


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] JeanBaptisteINITIATIVES commented on issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
JeanBaptisteINITIATIVES commented on issue #12856:
URL: https://github.com/apache/superset/issues/12856#issuecomment-773068371


   For anyone concerned by kind of upgrading (Python + superset), following the install steps worked fine :
   - reinstall the superset's virtual environment
   - install superset (pip install apache-superset --upgrade)
   - upgrade the db, changing if needed the sql alchemy url in the config.py file (superset db upgrade)
   - initiate superset (superset init)


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] JeanBaptisteINITIATIVES closed issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
JeanBaptisteINITIATIVES closed issue #12856:
URL: https://github.com/apache/superset/issues/12856


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dpgaspar commented on issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #12856:
URL: https://github.com/apache/superset/issues/12856#issuecomment-770740345


   @JeanBaptisteINITIATIVES you don't have to install superset from scratch (it would be nice from a immutable infrastructure perspective). You need to update/reinstall superset's virtual environment, install superset, upgrade the db, superset init. The normal install steps
   
   Note: Superset 1.0.0 has a dependency problem on python 3.8 and PyJWT, so use python 3.7 or pin PyJWT at 1.7.1
    


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] JeanBaptisteINITIATIVES commented on issue #12856: Problem upgrading Superset from 0.38.0 (python 3.6) to 1.0.0 (python 3.8)

Posted by GitBox <gi...@apache.org>.
JeanBaptisteINITIATIVES commented on issue #12856:
URL: https://github.com/apache/superset/issues/12856#issuecomment-773068371


   For anyone concerned by kind of upgrading (Python + superset), following the install steps worked fine :
   - reinstall the superset's virtual environment
   - install superset (pip install apache-superset --upgrade)
   - upgrade the db, changing if needed the sql alchemy url in the config.py file (superset db upgrade)
   - initiate superset (superset init)


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org