Skip to content

Instantly share code, notes, and snippets.

@lym
Created April 17, 2015 14:04
Show Gist options
  • Save lym/456ec863d3fc3c63cab4 to your computer and use it in GitHub Desktop.
Save lym/456ec863d3fc3c63cab4 to your computer and use it in GitHub Desktop.
psycopg: Error: b'You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.\n'
# Just install libpq-dev
$ sudo apt-get install libpq-dev
@maestrow
Copy link

maestrow commented Jun 6, 2020

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment