ImportError: cannot import name '_wsgi_encoding_dance' from 'werkzeug._internal' #2374
-
When I try to run this basic dash code (copied directly from the dash plotly documentation), it gives out this error:
Here's the full traceback of the importerror:
Environment:
I also tried running the above code after downgrading the werkzeug version to 2.0.3 but it throws the same error. |
Beta Was this translation helpful? Give feedback.
Answered by
tachyondecay
Apr 3, 2022
Replies: 1 comment 2 replies
-
I am unable to reproduce this in a fresh repl: https://replit.com/@tachyondecay/DifficultBlankBackslash Likely a problem with your environment. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davidism
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to reproduce this in a fresh repl: https://replit.com/@tachyondecay/DifficultBlankBackslash
Likely a problem with your environment.