Hi everyone,
I have an Ubuntu server where I installed Odoo 14, when users work on Odoo, the service occasionally fails, and I have to restart it to make it accessible. the service failed with this error : ImportError: No module named 'werkzeug' even though, when I check the packages with pip list, Werkzeug is installed. What could be the problem? Is it because of the version?
PS: - Python version: 3.10.12
Werkzeug version: 2.0.2