Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4 Risposte
15402 Visualizzazioni

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

Avatar
Abbandona
Autore

Excellent. Thanks for your comment.

Risposta migliore

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

Avatar
Abbandona

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

Risposta migliore

Hi,

Please check your requirements.txt file and its version


then install your package from the settings 


Hope it helps

Avatar
Abbandona
Risposta migliore

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


Avatar
Abbandona
Risposta migliore

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.

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
ago 21
7329
2
lug 21
4215
1
nov 20
4341
0
apr 24
1322
0
dic 23
2359