Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
7202 Lượt xem

I have two python installed in my computer, py2.6 and 3.7, the odoo10 works fine BUT when I run the odoo12, it gives me

Traceback (most recent call last):
File "C:\projects\odoo12\odoo-bin", line 5, in <module>
import odoo
File "C:\projects\odoo12\odoo\__init__.py", line 73, in <module>
import babel
ModuleNotFoundError: No module named 'babel'


But I already installed babel when I used odoo10, how will I fix this? Thank u in advance

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Odoo 12.0 works with Python 3. Please install the corresponding version using:

sudo -H pip3 install ....
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 3 15
5253
2
thg 7 25
2169
2
thg 7 25
1965
0
thg 3 25
1298
1
thg 12 23
1862