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 2022/03/15 08:40:40 UTC

[GitHub] [superset] Jianghaohua opened a new issue #19150: ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Jianghaohua opened a new issue #19150:
URL: https://github.com/apache/superset/issues/19150


   add "markupsafe=2.0.1" into setup.py
   ` install_requires=[
           "MarkupSafe==2.0.1" # add
           "backoff>=1.8.0",
           "bleach>=3.0.2, <4.0.0",
           "cachelib>=0.4.1,<0.`
   


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


[GitHub] [superset] alanorth commented on issue #19150: ImportError: cannot import name 'soft_unicode' from 'markupsafe'

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


   On a fresh pip install of Superset 1.4.2 I get the same error. Downgrading MarkupSafe to 2.0.1 fixes it.


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