From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: More RHEL 6 build issues |
Date: | 2017-07-12 11:32:32 |
Message-ID: | CA+OCxoxt1tycxKCnpHWL0D4=enJit9a+ZduAo4BaRuTBkL6j1w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi
On Tue, Jul 11, 2017 at 5:40 PM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:
>
> Hi Dave,
>
> On Tue, 2017-07-11 at 12:26 +0100, Dave Page wrote:
> > Anyway; the attached patch fixes the issue for me. I wonder if this is
> some
> > CentOS weirdness...
>
> Thanks, that fixed this issue. We have now another one:
>
> Exception occurred:
> File "/usr/lib/python2.6/site-packages/pgadmin4-web/flask_sqlalchemy/__init__.py",
> line 25, in <module>
> from sqlalchemy import orm, event, inspect
> ImportError: cannot import name event
I have no idea what would cause that. Are you using a version of any Python
component that differs from whats in requirements.txt?
The reason I ask is that we have automated regression tests on Python 2.6,
and they're passing just fine - so whatever you do on CentOS 6 should as
well.
You can see from the test output at
https://jenkins.pgadmin.org/job/pgadmin4-master-python26/lastSuccessfulBuild/consoleText
what packages are being used (the installations are fairly near the top).
Note that the second PIP run (which starts with pyperclip) is for the
components in web/regression/requirements.txt, which are only required to
run the regression tests.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Murtuza Zabuawala | 2017-07-12 12:16:01 | [pgAdmin4][Patch]: Allow user to Comment/Uncomment code in query editor |
Previous Message | Harshal Dhumal | 2017-07-12 10:23:44 | [RM2551][pgAdmin4] show tablespace on partitions. |