Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndersonFirmino/51713668cbb23aff83085451b77a58a1 to your computer and use it in GitHub Desktop.
Save AndersonFirmino/51713668cbb23aff83085451b77a58a1 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
@surajrajbhar
Copy link

thanks

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