InstallScript icon indicating copy to clipboard operation
InstallScript copied to clipboard

Package 'python-pybabel' has no installation candidate

Open guidev224 opened this issue 7 years ago • 2 comments

Hello @Yenthe666 I am trying to use the install script for odoo 11 on Ubuntu 16.10 server but I am stuck with the following error Package 'python-pybabel' has no installation candidate. After passing hours on searching, I have found that python-pybabel has been replaced by python-babel. I've installed pyhton-babel but can't manage to start odoo server. When I execute the command sudo service odoo-server start nothing happens.

What is weird is that I've used the same script to install odoo on Ubuntu 16.04 LTS Server and it went smoothly. Screenshot of my server: image

Screenshot of the error image

guidev224 avatar Nov 29 '18 18:11 guidev224

i have the same problem , do you solve it ?

i put this command before the script: sudo apt install python3-setuptools

Ajilis avatar Feb 06 '19 20:02 Ajilis

Hello Gents, "python-pybabel" in Xenial has been renamed "python-babel in Bionic, so the script should take this difference into account if installing on Ubuntu 16.04 or 18.04...

MacqGit avatar Apr 18 '19 10:04 MacqGit