Re: Installation of psycopg2

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: Installation of psycopg2
Дата
Msg-id CA+mi_8bLzg2d_2URZcdbJzwJt0TTaOO82pZBgXAL5-c-FCxcrg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Installation of psycopg2  (Nitesh Jain <nitesh.learning@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Nitesh Jain
Дата:
Сообщение: Re: Installation of psycopg2
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Psycopg 2.7.4 released