Re: Building runtime-only pgAdmin4

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Building runtime-only pgAdmin4
Date: 2017-03-29 22:11:42
Message-ID: alpine.LNX.2.11.1703291508590.22625@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, 29 Mar 2017, Rich Shepard wrote:

> Within that environment I ran pip3 as in step 4, but since installation of
> many of the tools requires root privileges I ran [root(at)salmo ~]# pip
> install -r /opt/pgadmin4-1.3/requirements.txt. This failed because it was
> looking for python-2.x rather than 3.x and tried installing a very old
> version of SQLAlchemy-1.0.8 where the current version is something like
> 1.0.14.

Accomplished step 4 in
(pgadmin4) [rshepard(at)salmo /opt/pgadmin4-1.3]$

using the command:
su -c 'pip3 install -r requirements.txt'

Now on to the config file.

Rich

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Rich Shepard 2017-03-29 22:33:59 Re: Building runtime-only pgAdmin4
Previous Message Rich Shepard 2017-03-29 22:02:58 Re: Building runtime-only pgAdmin4