Re: Installation of psycopg2 - Mailing list psycopg

From Daniele Varrazzo
Subject Re: Installation of psycopg2
Date
Msg-id CA+mi_8bLzg2d_2URZcdbJzwJt0TTaOO82pZBgXAL5-c-FCxcrg@mail.gmail.com
Whole thread Raw
In response to Re: Installation of psycopg2  (Nitesh Jain <nitesh.learning@gmail.com>)
List psycopg
On Mon, Feb 5, 2018 at 2:57 PM, Nitesh Jain <nitesh.learning@gmail.com> wrote:
> Hi Daniele,
>
> can you suggest, how can I check version for libpq or libpq-dev?
> Any idea if I can only install libpq 9.1 version?

pg_config --version will tell you what is the client library that
psycopg will use to build.

how to install a specific version for your client depends on the OS
you are using. On Debian/Ubuntu you will need an updated libpq-dev
package. Google can provide you more information than what I can.

-- Daniele


psycopg by date:

Previous
From: Nitesh Jain
Date:
Subject: Re: Installation of psycopg2
Next
From: Daniele Varrazzo
Date:
Subject: Psycopg 2.7.4 released