跳至内容
菜单
此问题已终结
1 回复
6732 查看

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

形象
丢弃
最佳答案

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

sudo -H pip3 install ....
形象
丢弃
相关帖文 回复 查看 活动
1
3月 15
5253
2
7月 25
1409
0
3月 25
1110
1
2月 25
1315
1
12月 23
1554