Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fZtAx-0005DK-3j for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Jul 2018 07:23:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fZtAv-0001ts-Df for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Jul 2018 07:23:05 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fZtAv-0001tl-5b for pgadmin-hackers@lists.postgresql.org; Mon, 02 Jul 2018 07:23:05 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fZtAr-000895-H0 for pgadmin-hackers@postgresql.org; Mon, 02 Jul 2018 07:23:03 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 41JzHP65P5z3Dwv; Mon, 2 Jul 2018 09:22:57 +0200 (CEST) Date: Mon, 2 Jul 2018 09:22:55 +0200 From: Christoph Berg To: Khushboo Vashi Cc: Dave Page , Syed Fahar Abbas , Devrim =?iso-8859-1?B?R9xORNxa?= , pgadmin-hackers Subject: Re: pgAdmin v3.1 candidate builds and source... Message-ID: <20180702072255.GA12924@msg.df7cb.de> References: <20180626192819.GA32582@msg.df7cb.de> <20180628114706.GB32048@msg.df7cb.de> <20180630161647.GC23723@msg.df7cb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Khushboo Vashi 2018-07-02 > > 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. Christoph