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

am starting with odoo 12 on ubuntu 18.04 and when starting the server it says ModuleNotFoundError: No module named 'babel'

need help

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

use this command in terminal 
sudo pip3 install babel

อวตาร
ละทิ้ง

This worked for me in odoo 12

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

I had a similar problem when trying to start odoo from the CLI. It was because I had not activated the virtual environment before starting odoo.

this is the command: source /bin/activate

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

I'm having the same issue on centos and when I try to install babel it gives me this 

Requirement already satisfied: babel in ./odoo12-venv/lib/python3.6/site-packages (2.3.4)

Requirement already satisfied: pytz>=0a in ./odoo12-venv/lib/python3.6/site-packages (from babel) (2016.7)

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

"babel" is a Python module, one of the requirements that Odoo has, as listed in the requirements.txt file.

https://github.com/odoo/odoo/blob/12.0/requirements.txt

https://github.com/odoo/odoo/blob/13.0/requirements.txt

Babel==2.6.0

See the section "Dependencies" at:

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

https://www.odoo.com/documentation/13.0/setup/install.html#setup-install-source

If you don't want to install using the documented method, you can search your favorite search engine for help to install Babel.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
เม.ย. 23
5136
1
ส.ค. 22
14010
4
ส.ค. 22
16244
How to hide python traceback แก้ไขแล้ว
4
ก.พ. 21
19584
0
ต.ค. 18
4311