Re: pgAdmin support: setup.py --dump-servers
От | Yogesh Mahajan |
---|---|
Тема | Re: pgAdmin support: setup.py --dump-servers |
Дата | |
Msg-id | CAMa=N=M9W=rEBWjdncWTGFi+us_sC8gHiajp-isHd4Bq+6Hhfg@mail.gmail.com обсуждение исходный текст |
Ответ на | pgAdmin support: setup.py --dump-servers (Gavin Fleming <gavin@kartoza.com>) |
Ответы |
Re: pgAdmin support: setup.py --dump-servers
|
Список | pgadmin-support |
Hi Gavin,
Please run below commands -
export PYTHONHOME=/Applications/pgAdmin\ 4.app/Contents/Resources/venv
/Applications/pgAdmin\ 4.app/Contents/Resources/venv/bin/python /Applications/pgAdmin\ 4.app/Contents/Resources/web/setup.py --dump-servers <path for pgadmin_dump_servers.json>
Thanks,
Yogesh Mahajan
EnterpriseDB Corporation
Phone: +91-9741705709
Phone: +91-9741705709
On Tue, Sep 22, 2020 at 8:59 PM Gavin Fleming <gavin@kartoza.com> wrote:
HiI’m having no luck with setup.py —dump-servers on my Mac, any assistance would be appreciated.MacOS 10.15.6pgAdmin4 v4.26In /Applications/pgAdmin 4.app/Contents/Resources/webI ran source ../venv/bin/activatethen tried these variations, all in the (venv):1python setup.py --dump-servers /Users/Shared/temp/pgadmin.jsonTraceback (most recent call last):File "setup.py", line 17, in <module>import builtinsImportError: No module named builtins2python3 setup.py --dump-servers /Users/Shared/temp/pgadmin.jsonTraceback (most recent call last):File "setup.py", line 18, in <module>from pgadmin.model import db, User, Version, ServerGroup, Server, \File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/__init__.py", line 19, in <module>from flask import Flask, abort, request, current_app, session, url_forModuleNotFoundError: No module named ‘flask'3./setup.py --dump-servers /Users/Shared/temp/pgadmin.json./setup.py: line 11: Perform the initial setup of the application, by creating the authand settings database.: command not found./setup.py: line 13: import: command not found./setup.py: line 14: import: command not found./setup.py: line 15: import: command not found./setup.py: line 16: import: command not found./setup.py: line 17: import: command not foundfrom: can't read /var/mail/pgadmin.model./setup.py: line 22: syntax error near unexpected token `('./setup.py: line 22: `if 'SERVER_MODE' in globals():’4pip install builtinsDEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.Collecting builtinsERROR: Could not find a version that satisfies the requirement builtins (from versions: none)ERROR: No matching distribution found for builtins
В списке pgadmin-support по дате отправления: