跳至內容
選單
此問題已被標幟
3 回覆
532 瀏覽次數

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

頭像
捨棄

Please use a meaningful title next time.

最佳答案

you should try

pip install Babel


or goto odoo home dir and type

pip install -r requirment.txt


頭像
捨棄
最佳答案

Hii prajith.p


Try using  'pip install babel'  . It worked for me

頭像
捨棄