You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'"
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'
The text was updated successfully, but these errors were encountered: