Skip to Content
Menu
This question has been flagged
1 Reply
3712 Views

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. 




Avatar
Discard
Author

Hi Everyone. This finally got solved. I had to uninstall the werkzeug. And install pip install Werkzeug==0.16.0

This silved the issue.

Best Answer

This is wrong version issue, let you uninstall werkzeug and re-install with specific version same as requirements.txt 

Avatar
Discard