Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
7106 Visualizzazioni

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
Abbandona
Risposta migliore

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

sudo -H pip3 install ....
Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
mar 15
5253
2
lug 25
2110
2
lug 25
1910
0
mar 25
1257
1
dic 23
1799