$ ./easy_install --index-url=http://pypiserver.test.net:8081/simple requests
Searching for requests
Reading pypiserver.test.net:8081/simple/requests/
Best match: requests 2.2.1
Downloading pypiserver.test.net:8081/packages/requests-2.2.1.tar.gz
Processing requests-2.2.1.tar.gz
Writing /var/folders/cn/fs0bhsg14k73_tj4g81yh5sw000d4g/T/easy_install-ONrhgU/requests-2.2.1/setup.cfg
Running requests-2.2.1/setup.py -q bdist_egg --dist-dir /var/folders /cn/fs0bhsg14k73_tj4g81yh5sw000d4g/T/easy_install-ONrhgU/requests-2.2.1/egg-dist-tmp-iC7PX9
Segmentation fault: 11
UPDATE: I think it the way I built Python as if I just downloaded the python2.7.6 built version, requests module installed fine. I do need to build python though as that is part of our release process.