I am having an issue with installing package werkzeug. I get the error no module named 'werkzeug.conrib'
I have also checked my requirement.txt to see the correct version and have installed it, still see the error.
I have gone over the link https://www.odoo.com/forum/help-1/no-module-named-werkzeug-contrib-164288 but still no luck.
Can someone guide me on this.
Hi Everyone. This finally got solved. I had to uninstall the werkzeug. And install pip install Werkzeug==0.16.0
This silved the issue.