Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
7083 Tampilan

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

Avatar
Buang
Jawaban Terbai

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

sudo -H pip3 install ....
Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mar 15
5253
2
Jul 25
2080
2
Jul 25
1877
0
Mar 25
1230
1
Des 23
1784