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/07/15 13:39:05 UTC

[GitHub] [superset] dat-linux commented on issue #20723: ModuleNotFoundError: No module named 'werkzeug.wrappers.etag'

dat-linux commented on issue #20723:
URL: https://github.com/apache/superset/issues/20723#issuecomment-1185556641

   A hack to get around it:
   
   ```
   python3 -m pip uninstall -y Werkzeug
   python3 -m pip install Werkzeug==2.0.3
   ```
   
   If there's one thing you can reply on with a superset release is dodgy pip deps.


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