Package 'python-pybabel' has no installation candidate
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:

Screenshot of the error

i have the same problem , do you solve it ?
i put this command before the script: sudo apt install python3-setuptools
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...