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