Re: pgAdmin v3.1 candidate builds and source...

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, Syed Fahar Abbas <fahar(dot)abbas(at)enterprisedb(dot)com>, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin v3.1 candidate builds and source...
Date: 2018-07-02 09:55:42
Message-ID: CAFOhELeTeg=On7t0wZqtyusQD-+fuTpFMuPkwbuM2ttiaH+PwA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Jul 2, 2018 at 12:52 PM, Christoph Berg <myon(at)debian(dot)org> wrote:

> Re: Khushboo Vashi 2018-07-02 <CAFOhELc2oFoN_ic3a6oW6nt-9W3=
> ADgczfZxdE9VjHcj1emL_Q(at)mail(dot)gmail(dot)com>
> > > I could finally build the packages now. (There were some issues with
> > > the python3.7 update happening in Debian at the same time, which broke
> > > a few bits, but I managed to work around.)
> > >
> > > One user raised the same issue that pgAdmin is not working with python
> > 3.7. He found that the issue is with psycopg2 (Ref:
> > https://github.com/psycopg/psycopg2/issues/714) as async and await are
> now
> > keywords and we are using async in pgAdmin 4.
> >
> > So, I am curious to know how you have fixed this issue?
>
> Hi Khushboo,
>
> I simply postponed building the pgadmin4 packages for sid until the
> problem is fixed.
>
> pgadmin4 | 3.0-2.pgdg+1 | sid-pgdg | amd64, i386,
> ppc64el, source
> pgadmin4 | 3.1-1.pgdg100+1 | buster-pgdg | amd64, i386,
> ppc64el, source
> pgadmin4 | 3.1-1.pgdg90+1 | stretch-pgdg | amd64, i386,
> ppc64el, source
> pgadmin4 | 3.1-1.pgdg18.04+1 | bionic-pgdg | amd64, i386,
> ppc64el, source
> pgadmin4 | 3.1-1.pgdg16.04+1 | xenial-pgdg | amd64, i386,
> ppc64el, source
>
> The fix from
> https://github.com/psycopg/psycopg2/issues/714#issuecomment-401570055
> looks promising, I'll probably apply that to psycopg2 in sid unless
> someone else is faster.
>
> Thanks for the explanation.
We also need some code changes in pgAdmin 4 to support python 3.7.

> Christoph
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-02 10:11:47 pgAdmin 4 commit: Fix a couple of thinkos.
Previous Message Dave Page 2018-07-02 09:23:24 pgAdmin 4 commit: Initial support for building RPMs on CentOS 7