Install ERPNext

I keep getting this error NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @production/install.retry

the followings shows in red

TASK [install prequisites] *****************************************************
failed: [localhost] (item=[u’build-essential’, u’redis-server’, u’software-properties-common’, u’libxrender1’, u’libxext6’, u’xfonts-75dpi’, u’xfonts-base’, u’libjpeg8-dev’, u’zlib1g-dev’, u’libfreetype6-dev’, u’liblcms2-dev’, u’libwebp-dev’, u’python-tk’, u’apt-transport-https’, u’libsasl2-dev’, u’libldap2-dev’]) => {“cache_update_time”: 0, “cache_updated”: false, “failed”: true, “item”: [“build-essential”, “redis-server”, “software-properties-common”, “libxrender1”, “libxext6”, “xfonts-75dpi”, “xfonts-base”, “libjpeg8-dev”, “zlib1g-dev”, “libfreetype6-dev”, “liblcms2-dev”, “libwebp-dev”, “python-tk”, “apt-transport-https”, “libsasl2-dev”, “libldap2-dev”], “msg”: “‘/usr/bin/apt-get -y -o "Dpkg::Options::=–force-confdef" -o "Dpkg::Options::=–force-confold" install ‘redis-server’ ‘xfonts-75dpi’ ‘libjpeg8-dev’ ‘libfreetype6-dev’ ‘liblcms2-dev’ ‘libwebp-dev’ ‘python-tk’ ‘libsasl2-dev’ ‘libldap2-dev’’ failed: E: Unable to correct problems, you have held broken packages.\n”, “stderr”: “E: Unable to correct problems, you have held broken packages.\n”, “stdout”: “Reading package lists…\nBuilding dependency tree…\nReading state information…\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n libwebp-dev : Depends: libwebp5 (= 0.4.4-1) but 0.4.4-1+deb.sury.org~xenial+1 is to be installed\n Depends: libwebpmux1 (= 0.4.4-1) but 0.4.4-1+deb.sury.org~xenial+1 is to be installed\n”, “stdout_lines”: [“Reading package lists…”, “Building dependency tree…”, “Reading state information…”, “Some packages could not be installed. This may mean that you have”, “requested an impossible situation or if you are using the unstable”, “distribution that some required packages have not yet been created”, “or been moved out of Incoming.”, “The following information may help to resolve the situation:”, “”, “The following packages have unmet dependencies:”, " libwebp-dev : Depends: libwebp5 (= 0.4.4-1) but 0.4.4-1+deb.sury.org~xenial+1 is to be installed", " Depends: libwebpmux1 (= 0.4.4-1) but 0.4.4-1+deb.sury.org~xenial+1 is to be installed"]}

NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @production/install.retry

PLAY RECAP *********************************************************************
localhost : ok=4 changed=0 unreachable=0 failed=1

Traceback (most recent call last):
File “install.py”, line 351, in
install_bench(args)
File “install.py”, line 111, in install_bench
run_playbook(‘production/install.yml’, sudo=True, extra_vars=extra_vars)
File “install.py”, line 301, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(cwd, ‘playbooks’))
File “/usr/lib/python2.7/subprocess.py”, line 541, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘production/install.yml’, ‘-e’, ‘@/tmp/extra_vars.json’, ‘–become’, ‘–become-user=reza’]’ returned non-zero exit status 2

@Enamur_Reza it seems libwebp package is not configured.

If you are using ubuntu, run following commands and then again run installation script

sudo apt-get update
sudo apt-get install libwebp-dev

if I run your suggested command
sudo apt-get update
sudo apt-get install libwebp-dev
then got the following errors

The following packages have unmet dependencies:
libwebp-dev : Depends: libwebp5 (= 0.4.4-1) but 0.4.4-1+deb.sury.org~xenial+1 is to be installed
Depends: libwebpmux1 (= 0.4.4-1) but 0.4.4-1+deb.sury.org~xenial+1 is to be installed
E: Unable to correct problems, you have held broken packages.

sudo apt-get install libwebpmux1