-1

Getting an error as ModuleNotFoundError: No module named 'babel.dates'; 'babel' is not a package while running an odoo-bin I have clone odoo 15.0 repostiorary

i have tried to run requirement file and tries to install babel

1
  • Basically what you need is to create a virtual environment, to activate it and to install the requirements.txt in it. If you did so, try to run pip list | grep babel to see if it's installed Commented Aug 1, 2023 at 6:44

1 Answer 1

0
  1. set up locally a virtual environment in the directory containing the odoo source:
  1. activate it using this bash command:
    source /bin/activate
  1. in the same bash window, install the missing package
    sudo pip3 install babel
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.