Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
6437 Ansichten

I have odoo 12 in centOS7 server 

odoo service fails randomly and show some error messages like this

Started Odoo12.
Dec 05 10:37:02 ............... odoo12[8493]: Traceback (most recent call last):
Dec 05 10:37:02 ............... odoo12[8493]: File "/home/testodoo/odoo12/odoo-bin", line 5, in <module>
Dec 05 10:37:02 ............... odoo12[8493]: import odoo
Dec 05 10:37:02 ............... odoo12[8493]: File "/home/testodoo/odoo12/odoo/__init__.py", line 73, in <module>
Dec 05 10:37:02 ............... odoo12[8493]: import babel
Dec 05 10:37:02 ............... odoo12[8493]: ModuleNotFoundError: No module named 'babel'
Dec 05 10:37:02 ............... systemd[1]: odoo12.service: main process exited, code=exited, status=1/FAILURE
Dec 05 10:37:02 ............... systemd[1]: Unit odoo12.service entered failed state.
Dec 05 10:37:02 ............... systemd[1]: odoo12.service failed.

i already installed the module babel

 how this happens; please help me to fix this

and give tips to run odoo fast and efficiently without fail

Avatar
Verwerfen
Bro i can't see your post

On Thu, Dec 5, 2019 at 4:39 PM Boubaker Abdallah <boubakerdev@gmail.com> wrote:

A new question Server Down Issue on Help has been posted. Click here to access the question :

See question

Sent by Odoo S.A. using Odoo.

Beste Antwort

Hi,

For ModuleNotFoundError: No module named 'babel' issue you can solve installing the python package babel for python3

sudo pip3 install babel or 
sudo apt-get install python3-babel

Hope it helps

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Aug. 25
6
0
März 25
1268
2
Dez. 23
14950
0
Okt. 23
33
3
Okt. 23
790