Re: pgadmin4: no module flask

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgadmin4: no module flask
Дата
Msg-id CA+OCxoyvvXjALN0+U6X-6g7xHYa1J6Cfi1iqeW6enyVttjqk=w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgadmin4: no module flask  (Neel Patel <neel.patel@enterprisedb.com>)
Ответы Re: pgadmin4: no module flask  (Luca Ferrari <fluca1978@infinito.it>)
Список pgadmin-support


On Tuesday, April 19, 2016, Neel Patel <neel.patel@enterprisedb.com> wrote:
Hi,

Error itself saying that application is not able to find the required packages so you need to export the PYTHONPATH variable to required packages where installed.

e.g.  export PYTHONPATH=/home/user/workspace/pgAdmin4_3_4/lib/python3.4/site-packages/

That's assuming they're installed - if not, you need to do that first, e.g.

pip install -r requirements_py3.txt 


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Neel Patel
Дата:
Сообщение: Re: pgadmin4: no module flask
Следующее
От: Matthias Koch-Schirrmeister
Дата:
Сообщение: OpenBSD 5.8: compile fails