Skip to Content
Menu
This question has been flagged
1 Reply
2956 Views

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
Discard
Best Answer

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
Discard