Skip to content

Instantly share code, notes, and snippets.

@sbenthall
Created October 20, 2014 22:19
Show Gist options
  • Save sbenthall/5084707e5fde5a6accc3 to your computer and use it in GitHub Desktop.
Save sbenthall/5084707e5fde5a6accc3 to your computer and use it in GitHub Desktop.
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Traceback (most recent call last):
File "setup.py", line 106, in <module>
install_pyml()
File "setup.py", line 56, in install_pyml
run("curl %s | tar -xz" % pyml_tarball)
File "setup.py", line 66, in run
raise Exception("Failed '{}'".format(command))
Exception: Failed 'curl http://09cce49df173f6f6e61f-fd6930021b51685920a6fa76529ee321.r45.cf2.rackcdn.com/PyML-0.7.9.tar.gz | tar -xz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment