We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ModuleNotFoundError: No module named 'werkzeug.contrib'
The text was updated successfully, but these errors were encountered:
https://blog.csdn.net/qq_26373925/article/details/108045684 下载cachelib模块,把werkzeug.contrib.cache替换成cachelib
Sorry, something went wrong.
换个版本就好了 pip uninstall werkzeug pip install werkzeug==0.16.0
pip3 install cachelib
原来:from werkzeug.contrib import FileSystemCache 改成:from cachelib import FileSystemCache
下载项目,进入项目源码pip安装一下requirement.txt
No branches or pull requests
ModuleNotFoundError: No module named 'werkzeug.contrib'
The text was updated successfully, but these errors were encountered: