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

模块已经安装,报错ModuleNotFoundError: No module named 'werkzeug.contrib' #317

Open
alicewut opened this issue Apr 8, 2021 · 4 comments

Comments

@alicewut
Copy link

alicewut commented Apr 8, 2021

ModuleNotFoundError: No module named 'werkzeug.contrib'

@AspieterPan
Copy link

https://blog.csdn.net/qq_26373925/article/details/108045684
下载cachelib模块,把werkzeug.contrib.cache替换成cachelib

@larryzzz98
Copy link

换个版本就好了
pip uninstall werkzeug
pip install werkzeug==0.16.0

@ilaer
Copy link

ilaer commented Sep 10, 2021

https://blog.csdn.net/qq_26373925/article/details/108045684
下载cachelib模块,把werkzeug.contrib.cache替换成cachelib

pip3 install cachelib

原来:from werkzeug.contrib import FileSystemCache
改成:from cachelib import FileSystemCache

@Hoffconna
Copy link

下载项目,进入项目源码pip安装一下requirement.txt

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

5 participants