WechatSogou icon indicating copy to clipboard operation
WechatSogou copied to clipboard

bug: ModuleNotFoundError: No module named 'werkzeug.contrib'

Open ieew opened this issue 4 years ago • 2 comments

image python: 3.8.5 os: windows 10

ieew avatar Sep 17 '20 07:09 ieew

werkzeug 有装,但是该模块内部并没有 contrib

ieew avatar Sep 17 '20 07:09 ieew

看一看你的 pipfile.lock 用哪个 werkzug 你应该用 werkzeug 0.15

在pipfile可以加: werkzeug = "==0.15"

joze144 avatar Oct 13 '20 09:10 joze144