A
A
Andrei1penguin12021-08-10 02:41:21
PostgreSQL
Andrei1penguin1, 2021-08-10 02:41:21

Error starting pgadmin4?

Good day, when I run python pgAdmin4.py in Manjaro OS, I get the following error:
Traceback (most recent call last):
File "/usr/lib/pgadmin4/web/pgAdmin4.py", line 94, in
app = create_app()
File "/usr/lib/pgadmin4/web/pgadmin/__init__.py", line 347, in create_app
if not os.path.exists(SQLITE_PATH) or get_version() == -1:
File "/usr/lib/pgadmin4 /web/pgadmin/setup/db_version.py", line 19, in get_version
return version.value
AttributeError: 'NoneType' object has no attribute 'value'


Please tell me how can I fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
UberPool, 2021-08-10
@UberPool

It probably starts with python2.
Run like this python3 pgAdmin4.py

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question