Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-05-02 Thread Shaheed Haque
Wow, I have just seen that 4.6 implements https://redmine.postgresql.org/issues/4165: excellent! On Wed, 20 Mar 2019 at 13:35, Shaheed Haque wrote: > Dave, Khushboo, > > Just to be clear, I'm expecting to install multiple packages which depend > on Python access to PostgreSQL, of which pgAdmin i

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Shaheed Haque
Dave, Khushboo, Just to be clear, I'm expecting to install multiple packages which depend on Python access to PostgreSQL, of which pgAdmin is one. So I would ask that any solution be clear as to what an end user needs to do to ensure the various packages can co-exist. I'm more or less happy to ass

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Dave Page
On Wed, Mar 20, 2019 at 12:21 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Wed, Mar 20, 2019 at 5:49 PM Dave Page wrote: > >> >> >> On Wed, Mar 20, 2019 at 12:11 PM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Wed, Mar 20, 2019 at 4:54 PM D

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Khushboo Vashi
On Wed, Mar 20, 2019 at 5:49 PM Dave Page wrote: > > > On Wed, Mar 20, 2019 at 12:11 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Wed, Mar 20, 2019 at 4:54 PM Dave Page wrote: >> >>> Hi >>> >>> On Wed, Mar 20, 2019 at 9:50 AM Shaheed Haque >>> wrote: >>> My g

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Dave Page
On Wed, Mar 20, 2019 at 12:11 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Wed, Mar 20, 2019 at 4:54 PM Dave Page wrote: > >> Hi >> >> On Wed, Mar 20, 2019 at 9:50 AM Shaheed Haque wrote: >> >>> My goodness... >>> >> >> Indeed. >> >> >>> >>> On Wed, 20 Mar 2019 at 09:18,

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Khushboo Vashi
On Wed, Mar 20, 2019 at 4:54 PM Dave Page wrote: > Hi > > On Wed, Mar 20, 2019 at 9:50 AM Shaheed Haque wrote: > >> My goodness... >> > > Indeed. > > >> >> On Wed, 20 Mar 2019 at 09:18, Dave Page wrote: >> >>> Hi >>> >>> On Wed, Mar 20, 2019 at 6:18 AM Khushboo Vashi < >>> khushboo.va...@enterp

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Dave Page
Hi On Wed, Mar 20, 2019 at 9:50 AM Shaheed Haque wrote: > My goodness... > Indeed. > > On Wed, 20 Mar 2019 at 09:18, Dave Page wrote: > >> Hi >> >> On Wed, Mar 20, 2019 at 6:18 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Tue, Mar 19, 2019 at 10:24 PM Dave

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Shaheed Haque
My goodness... On Wed, 20 Mar 2019 at 09:18, Dave Page wrote: > Hi > > On Wed, Mar 20, 2019 at 6:18 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Tue, Mar 19, 2019 at 10:24 PM Dave Page wrote: >> >>> >>> >>> On Tue, Mar 19, 2019 at 1:37 PM Shaheed Haque >>> wrote:

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-20 Thread Dave Page
Hi On Wed, Mar 20, 2019 at 6:18 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Tue, Mar 19, 2019 at 10:24 PM Dave Page wrote: > >> >> >> On Tue, Mar 19, 2019 at 1:37 PM Shaheed Haque wrote: >> >>> On Tue, 19 Mar 2019 at 10:28, Dave Page wrote: >>> Hi On Tue

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-19 Thread Khushboo Vashi
On Tue, Mar 19, 2019 at 10:24 PM Dave Page wrote: > > > On Tue, Mar 19, 2019 at 1:37 PM Shaheed Haque wrote: > >> On Tue, 19 Mar 2019 at 10:28, Dave Page wrote: >> >>> Hi >>> >>> On Tue, Mar 19, 2019 at 10:19 AM Shaheed Haque >>> wrote: >>> Hi, I'm still on 4.2, but checking the

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-19 Thread Dave Page
On Tue, Mar 19, 2019 at 1:37 PM Shaheed Haque wrote: > On Tue, 19 Mar 2019 at 10:28, Dave Page wrote: > >> Hi >> >> On Tue, Mar 19, 2019 at 10:19 AM Shaheed Haque >> wrote: >> >>> Hi, >>> >>> I'm still on 4.2, but checking the release notes for 4.3 suggests it too >>> has the problem of being d

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-19 Thread Shaheed Haque
On Tue, 19 Mar 2019 at 10:28, Dave Page wrote: > Hi > > On Tue, Mar 19, 2019 at 10:19 AM Shaheed Haque wrote: > >> Hi, >> >> I'm still on 4.2, but checking the release notes for 4.3 suggests it too >> has the problem of being dependent on psycopg2 versus psycopg2-binary. This >> results in the a

Re: Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-19 Thread Dave Page
Hi On Tue, Mar 19, 2019 at 10:19 AM Shaheed Haque wrote: > Hi, > > I'm still on 4.2, but checking the release notes for 4.3 suggests it too > has the problem of being dependent on psycopg2 versus psycopg2-binary. This > results in the annoying message: > > /usr/local/lib/python3.6/dist-packages/

Noisy dependency on psycopg2 versus psycopg2-binary

2019-03-19 Thread Shaheed Haque
Hi, I'm still on 4.2, but checking the release notes for 4.3 suggests it too has the problem of being dependent on psycopg2 versus psycopg2-binary. This results in the annoying message: /usr/local/lib/python3.6/dist-packages/psycopg2/__init__.py:144: > UserWarning: The psycopg2 wheel package will