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/11/07 22:13:36 UTC

[GitHub] [superset] MordicusEtCubitus edited a comment on issue #17364: superset db upgrade: No module named 'wtforms.compat'

MordicusEtCubitus edited a comment on issue #17364:
URL: https://github.com/apache/superset/issues/17364#issuecomment-962688926


   I've just identified that wtforms.compat has been removed in wtforms 3.0
   Maybe dependencies should be updated to require wtforms < 3.0 or the code updated...
   
   And wtforms 2.3 has removed HTMLString from wtforms.widgets' :
   `ImportError: cannot import name 'HTMLString' from 'wtforms.widgets'`
   
   https://stackoverflow.com/questions/61363793/wtforms-2-3-0-breaking-change-importerror-cannot-import-name-htmlstring-fro
   
   So requirement should be wtforms <= 2.2
   Thus it works
   `pip install wtforms==2.2`


-- 
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: notifications-unsubscribe@superset.apache.org

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