Re: Installation of psycopg2

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: Nitesh Jain <nitesh(dot)learning(at)gmail(dot)com>
Cc: psycopg(at)postgresql(dot)org
Subject: Re: Installation of psycopg2
Date: 2018-02-05 17:59:40
Message-ID: CA+mi_8bLzg2d_2URZcdbJzwJt0TTaOO82pZBgXAL5-c-FCxcrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Mon, Feb 5, 2018 at 2:57 PM, Nitesh Jain <nitesh(dot)learning(at)gmail(dot)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

In response to

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2018-02-08 15:29:26 Psycopg 2.7.4 released
Previous Message Nitesh Jain 2018-02-05 14:57:45 Re: Installation of psycopg2