johnseekins 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-584337536 ``` pip3 uninstall werkzeug pip3 install werkzeug==0.16.1 ``` Fixed the problem.
---------------------------------------------------------------- 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]
