-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Interface does not start #88
Comments
Seems that werkzeug 2.0.3 is the latest version that works. 2.1.0 produces the error. |
RUN pip uninstall Werkzeug && pip install Werkzeug==2.0.0 |
This is a working list of packages, the latest
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use a Dockerfile to set up a Docker container for multivisor. I install it on a Python 3.8 image as such:
But in the Docker logs I can see
ImportError: cannot import name 'run_with_reloader' from 'werkzeug.serving' (/usr/local/lib/python3.8/site-packages/werkzeug/serving.py)
Please advise.
The text was updated successfully, but these errors were encountered: