Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
558 Zobrazení

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'

Avatar
Zrušit

Please use a meaningful title next time.

Nejlepší odpověď

you should try

pip install Babel


or goto odoo home dir and type

pip install -r requirment.txt


Avatar
Zrušit
Nejlepší odpověď

Hii prajith.p


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

Avatar
Zrušit