📌  相关文章
📜  ModuleNotFoundError:没有名为“werkzeug.contrib”的模块 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:20.132000             🧑  作者: Mango

代码示例1
pip3 uninstall Werkzeug #(will uninstall earlier version, press 'y' to proceed uninstallation, if asked)
pip3 install Werkzeug==0.11.15 #(or check requirements.txt which is under your odoo version and install the version mentioned there.)