2016-05-26 12:37 GMT+02:00 Neel Patel :
> Hi Pavel,
>
> Can you please export PYTHONPATH variable before running pgAdmin4 binary.
>
> PYTHONPATH variable path is your path where you have installed flask and
> other pgadmin4 dependencies.
>
> e.g. export
> PYTHONPATH=/home/user/workspace/pgAdmin4/l
Hi Pavel,
Can you please export PYTHONPATH variable before running pgAdmin4 binary.
PYTHONPATH variable path is your path where you have installed flask and
other pgadmin4 dependencies.
e.g. export
PYTHONPATH=/home/user/workspace/pgAdmin4/lib/python3.4/site-packages/
Do let us know for any quer
2016-05-26 9:45 GMT+02:00 Ashesh Vashi :
> Hi Pavel,
>
> On Thu, May 26, 2016 at 1:08 PM, Pavel Stehule
> 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 inst
Hi Pavel,
On Thu, May 26, 2016 at 1:08 PM, Pavel Stehule
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 vi