Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3966 Tampilan

Hello,

I'm using Odoo 12 CE on Centos 7 and each time I want to import data I have this error

ModuleNotFoundError: No module named 'babel'

I've looked around and found that installing babel with pip was the solution and when I do so it gives me this message

Requirement already satisfied: babel in ./odoo12-venv/lib/python3.6/site-packages (2.3.4)
Requirement already satisfied: pytz>=0a in ./odoo12-venv/lib/python3.6/site-packages (from babel) (2016.7)

Is there another way to solve this issue?

Thank you.


Avatar
Buang
Jawaban Terbai

I got the same messages, trying to start odoo from the CLI. It was because I had not activated my virtual environment: source /bin/activate

Avatar
Buang