Re: Installation failure on Debian

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Johann Spies <jspies(at)sun(dot)ac(dot)za>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Installation failure on Debian
Date: 2017-10-17 12:28:23
Message-ID: CAKKotZSnyPkeav8t2Wzmhs0qB-Ujf1SPHo-NrKZj1a9nmSgbAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Already answered here
<https://mail.google.com/mail/u/0/Check%20https://stackoverflow.com/questions/46707935/oserror-errno-13-permission-denied-var-lib-pgadmin>

On Tue, Oct 17, 2017 at 5:56 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Already answered here
>
>
> On Tue, Oct 17, 2017 at 5:46 PM, Johann Spies <jspies(at)sun(dot)ac(dot)za> wrote:
>
>> I am trying pgadmin4 again.
>>
>> I have downloaded pgadmin4-2.0-py2.py3-none-any.whl and did the following
>> (following the instructions on https://www.pgadmin.org/downlo
>> ad/pgadmin-4-python-wheel/):
>>
>> $ pyvenv-3.6 pgadmin4
>> $ cd pgadmin4
>> $ . bin/activate
>> $ pip3 install ~Downloads/pgadmin4-2.0-py2.py3-none-any.whl
>> $ python lib/python3.6/site-packages/pgadmin4/pgAdmin4.py
>> Traceback (most recent call last):
>> File "lib/python3.6/site-packages/pgadmin4/pgAdmin4.py", line 55, in
>> <module>
>> exec(open(file_quote(setupfile), 'r').read())
>> File "<string>", line 46, in <module>
>> File "/home/js/pgadmin4/lib/python3.6/site-packages/pgadmin4/pgadmin/setup/data_directory.py",
>> line 23, in create_app_data_directory
>> _create_directory_if_not_exists(os.path.dirname(config.SQLITE_PATH))
>> File "/home/js/pgadmin4/lib/python3.6/site-packages/pgadmin4/pgadmin/setup/data_directory.py",
>> line 15, in _create_directory_if_not_exists
>> os.mkdir(_path)
>> PermissionError: [Errno 13] Permission denied: '/var/lib/pgadmin'
>>
>> Regards
>> Johann
>> --
>> Johann Spies Telefoon: 021-808 4699
>> Databestuurder / Data manager Faks: 021-883 3691
>>
>> Sentrum vir Navorsing oor Evaluasie, Wetenskap en Tegnologie
>> Centre for Research on Evaluation, Science and Technology
>> Universiteit Stellenbosch.
>>
>> The integrity and confidentiality of this email is governed by these
>> terms / Hierdie terme bepaal die integriteit en vertroulikheid van hierdie
>> epos. http://www.sun.ac.za/emaildisclaimer
>>
>>
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Tomek 2017-10-17 12:44:10 Re: Data grid: fetching/scrolling data on user demand
Previous Message Dave Page 2017-10-17 12:26:47 Re: Installation failure on Debian