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: [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