Re: Building runtime-only pgAdmin4

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Building runtime-only pgAdmin4
Дата
Msg-id alpine.LNX.2.11.1703291508590.22625@localhost
обсуждение исходный текст
Ответ на Re: Building runtime-only pgAdmin4  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Building runtime-only pgAdmin4  (Rich Shepard <rshepard@appl-ecosys.com>)
Список 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@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@salmo /opt/pgadmin4-1.3]$

using the command:
su -c 'pip3 install -r requirements.txt'
  Now on to the config file.

Rich



В списке pgadmin-support по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Building runtime-only pgAdmin4
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Building runtime-only pgAdmin4