Skip to content

Instantly share code, notes, and snippets.

@shreeshga
Created September 5, 2011 15:52
Show Gist options
  • Save shreeshga/1195310 to your computer and use it in GitHub Desktop.
Save shreeshga/1195310 to your computer and use it in GitHub Desktop.
When easy_install/pip fails with "Broken Pipe" Error on MacOSX
env ARCHFLAGS="-arch i386" pip install
or
env ARCHFLAGS="-arch i386" easy_install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment