I'm attempting to install psycopg2
in a virtualenv via pip install psycopg2
, and receive the following error: https://gist.github.com/pjhoberman/5347708.
I attempted the solution here, but received the same error.
I'm on OSX 10.7.5, Python 2.7.3, GCC 4.2.1. Any ideas?