Tuesday, August 9, 2016

ERROR: execute[install-pip] (python::pip line 56) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'

Editing the file:
Mining-the-Social-Web-2nd-Edition/deploy/cookbooks/python/attributes/default.rb
on your machine and changing the line:
default['python']['pip_script_url'] = 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
to:
default['python']['pip_script_url'] = 'https://bootstrap.pypa.io/get-pip.py'
should fix the problem.

More,
Google Code is now in archive mode, so the direct link to layercake-python.tar.bz2 no longer works. To work around the issue:
  "/vagrant/layercake-python.tar.bz2"

No comments:

Post a Comment