Skip to content

Instantly share code, notes, and snippets.

@dlrobertson
Created June 5, 2016 04:30
Show Gist options
  • Save dlrobertson/3927c6c9fa1094aae61672214118f078 to your computer and use it in GitHub Desktop.
Save dlrobertson/3927c6c9fa1094aae61672214118f078 to your computer and use it in GitHub Desktop.
Pip error when running `./mach build -d` on FreeBSD
Pip failed to execute properly: Command "/usr/local/bin/python2.7 -c "import setuptools, tokenize;__file__='/usr/home/drobertson/git/servo/servo/python/tidy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps" failed with error code 1 in /usr/home/drobertson/git/servo/servo/python/tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment