Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4 Відповіді
14887 Переглядів

Hello, community. My Odoo 14 service is crashing after being online and I'm getting this error: no module named werkzeug.posixemulation. Any clue?

Аватар
Відмінити
Автор

Excellent. Thanks for your comment.

Найкраща відповідь

Hi,

Can you try bellow commands and see,

sudo pip3 uninstall Werkzeug
sudo pip3 install Werkzeug==0.11.15 
After installing the above package, restart odoo service.

Thanks

Аватар
Відмінити

I had the same problem with odoo v15. This fixed the problem

Найкраща відповідь

Hi,

Please check your requirements.txt file and its version


then install your package from the settings 


Hope it helps

Аватар
Відмінити
Найкраща відповідь

go and see requirement file they mentioned version of 

Werkzeug

so as per that version install it from terminal or got to settings > click on Project > Python Interpreter > click on + sign > search workzeug > iselect version in below > and install it 

pip3 install Werkzeug==version


Аватар
Відмінити
Найкраща відповідь

Oddly enough the requirements.txt says this in the latest checkout of 14.0:

Werkzeug==0.16.1

So what breaks if you use this version? I mean we go back to 0.11... Why is Odoo going backwards? And why is the requirements.txt not up to date then?

EDIT: in my case I noticed after a while that I was running the system wide python3.8 binary and not the virtualenv python3.7 for which I had modified odoo-bin. After git stash pop to have the path set to my virtualenv python it worked again with 0.16.1.

Hope it helps someone else.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
серп. 21
6718
2
лип. 21
3738
1
лист. 20
3960
0
квіт. 24
1029
0
груд. 23
1923