villebro commented on issue #9110: Superset install pulls in werkzeug 1.0 which 
has changed paths for imports, breaking the intsall
URL: 
https://github.com/apache/incubator-superset/issues/9110#issuecomment-584496976
 
 
   @dpgaspar looking more closely at the stacktrace, it seems FAB is pulling in 
`Flask-Babel<1.0`, which pulls in an unpinned version of `werkzeug` but 
actually depends on `werkzeug<1.0`. As this has been fixed in 
`Flask-Babel==1.0.0` which was released last week, I think the cleanest 
solution would be bump `werkzeug>=1.0.0` in FAB if it doesn't introduce any 
other problems.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to