Re: pgadmin4: no module flask

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
Cc: Luca Ferrari <fluca1978(at)infinito(dot)it>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgadmin4: no module flask
Date: 2016-04-19 12:24:24
Message-ID: CA+OCxoyvvXjALN0+U6X-6g7xHYa1J6Cfi1iqeW6enyVttjqk=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tuesday, April 19, 2016, Neel Patel <neel(dot)patel(at)enterprisedb(dot)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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Matthias Koch-Schirrmeister 2016-04-19 12:24:58 OpenBSD 5.8: compile fails
Previous Message Neel Patel 2016-04-19 12:01:27 Re: pgadmin4: no module flask