Re: Broken python3-psycopg2 for F24 / PG 9.6

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Oskari Saarenmaa <os(at)ohmu(dot)fi>, pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: Broken python3-psycopg2 for F24 / PG 9.6
Date: 2016-09-26 21:18:08
Message-ID: 1474924688.14931.33.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum


Hi,

On Tue, 2016-09-27 at 00:06 +0300, Oskari Saarenmaa wrote:
> That's weird.  The 
> https://yum.postgresql.org/9.6/fedora/fedora-24-x86_64/python3-psycopg2-2.6.2
> -2.f24.x86_64.rpm 
> package that I'm seeing definitely doesn't contain a _psycopg.so package 
> which is required by psycopg2.
>
> Try python3 -c 'from psycopg2 import _psycopg; print(_psycopg)' and run 
> rpm -qf on the reported file.

Can you please install python3-psycopg2-debug from our repo, and try again?
'cause:

$ python3 -c 'from psycopg2 import _psycopg; print(_psycopg)'
<module 'psycopg2._psycopg' from '/usr/lib64/python3.5/site-packages/psycopg2/_psycopg.cpython-35m-x86_64-linux-gnu.so'>

$ rpm -qf /usr/lib64/python3.5/site-packages/psycopg2/_psycopg.cpython-35m-x86_64-linux-gnu.so
python3-psycopg2-debug-2.6.2-2.f24.x86_64

It looks RPMs are missing dependency -debug subpackage...

Regards,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Oskari Saarenmaa 2016-09-26 21:20:47 Re: Broken python3-psycopg2 for F24 / PG 9.6
Previous Message Oskari Saarenmaa 2016-09-26 21:06:31 Re: Broken python3-psycopg2 for F24 / PG 9.6