0

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?

Community
  • 1
  • 1
hookedonwinter
  • 12,436
  • 19
  • 61
  • 74

1 Answers1

0

You don't have the libpq installed

piro
  • 13,378
  • 5
  • 34
  • 38