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'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
3
Risposte
529
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati
Please use a meaningful title next time.