Skip to content
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

Werkzeug 1.0.0 has removed deprecated code from 'werkzeug.contrib' #4

Open
paulovpinto opened this issue Jan 9, 2021 · 1 comment

Comments

@paulovpinto
Copy link

Traceback (most recent call last):
File "C:/Repos/kvb-api/server.py", line 15, in
from werkzeug.contrib.cache import SimpleCache
ModuleNotFoundError: No module named 'werkzeug.contrib'

@Dokw0N
Copy link

Dokw0N commented Sep 10, 2022

Same issue here. I was able to get Werkzeug running by downgrading to Werkzeug==0.16.0 however, this is turn requires flask==1.1.1 which in turn raises "ImportError: cannot import name 'escape' from 'jinja2'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants