Installation failure on Debian

From: Johann Spies <jspies(at)sun(dot)ac(dot)za>
To: pgadmin-support(at)postgresql(dot)org
Subject: Installation failure on Debian
Date: 2017-10-17 12:16:59
Message-ID: 20171017121659.tuy5noqgqlxp7hbc@sun.ac.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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/download/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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-10-17 12:26:16 Re: Installation failure on Debian
Previous Message Dave Page 2017-10-17 11:01:59 Re: Data grid: fetching/scrolling data on user demand