Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
6 ตอบกลับ
2887 มุมมอง

Hi, everyone, 
I would ask for help, I just installed odoo12 on ubuntu 18 lts following this guide:

https://linuxize.com/post/how-to-deploy-odoo-12-on-ubuntu-18-04/

installed and configured everything went well. I activated the module websites, I created two websites, but every 5 minutes the server go down, reporting the error modulenotfounderror: no module named 'babel'. 
But the babel modules are installed, i tried to reinstall, the system said ok, but the problem persist. 
Any suggestions ?


อวตาร
ละทิ้ง

Please use a meaningful title, such as "How to install babel for Odoo 12.0 on Ubuntu 18.04?"

คำตอบที่ดีที่สุด

make sure the environment is correct where you installing babel

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

hi everyone, thank's for feedback.
I reinstalled on a new server. Now all works fine.

Regards.

Francesco

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I use this to install the Python 3 version:

sudo -H pip3 install babel
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด


INSTALL ODOO 12 ON UBUNTU 18.04


https://www.odoo.com/documentation/12.0/setup/install.html

https://www.getopenerp.com/install-odoo-12-on-ubuntu-18-04/

Try using  'pip install babel'  . It worked for me

อวตาร
ละทิ้ง

Try using 'pip install babel' . It worked for me