Getting an error while running an odoo-bin in odoo 15

105 Views Asked by At

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

There are 1 best solutions below

0
Ahrimann On
  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