Hey all! I am getting an error installing meltano ...
# troubleshooting
c
Hey all! I am getting an error installing meltano in a docker container as part of a workflow.
Copy code
ImportError: cannot import name 'ContextVar' from 'werkzeug.local'
We are running meltano v1.7.4. Any help would be appreciated!
BTW I figured out how to get around my error. I had to pin flask to version 1.1.2 and werkzeug < 1.7.0. This appears to have been addressed in the 1.74 release, but for whatever reason I still had to pin those dependencies.