Re: pgadmin4 - cannot run on Fedora 24

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgadmin4 - cannot run on Fedora 24
Date: 2016-05-26 07:45:43
Message-ID: CAG7mmowm=-Z4DOM-qviHkt9KY3UN0aYXXWoMHB9UhcT__iLNAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Pavel,

On Thu, May 26, 2016 at 1:08 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
wrote:

> Hi
>
> I successfully compiled pgAdmin, but any run fails with error
>
Please install the required dependencies for pgAdmin4 by running the
following command:

pip3 install -r requirements_py3.txt

FYI -
* We (pgadmin team) use virtual environment to install the dependency in
separate environment.
Please refer: https://virtualenv.pypa.io/en/stable/
* If pip3 is install, you can install it using either the OS package
mananger (i.e. yum, apt-get, etc)
or, using python setup tool: easy_install
easy_install pip

--
Thanks & Regards,

Ashesh Vashi

>
> [pavel(at)nemesis runtime]$ ./pgAdmin4
> Traceback (most recent call last):
> File "/home/pavel/src/pgadmin4/web/pgAdmin4.py", line 24, in <module>
> from pgadmin import create_app
> File "/home/pavel/src/pgadmin4/web/pgadmin/__init__.py", line 13, in
> <module>
> from flask import Flask, abort, request, current_app
> ImportError: No module named 'flask'
>
> but flask module is installed there
>
> [pavel(at)nemesis runtime]$ python
> Python 3.5.1 (default, Mar 4 2016, 15:21:15)
> [GCC 6.0.0 20160302 (Red Hat 6.0.0-0.14)] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from flask import Flask
> >>>
>
> Any help?
>
> Regards
>
> Pavel
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Pavel Stehule 2016-05-26 09:22:29 Re: pgadmin4 - cannot run on Fedora 24
Previous Message Pavel Stehule 2016-05-26 07:38:00 pgadmin4 - cannot run on Fedora 24