Can't execute pgAdmin4

跟風遠走 提交于 2019-12-23 08:47:35

问题


I installed Postgres9.6 ver And pgAdmin4 was installed together. But It is return message "The application server could not be contacted" When i execute pgadmin.

I tried to download and install pgAdmin4 from web. But have not changed anything.

I couldn't get anything Although I searched google about the message.

I Set System Path, And Postgres is running in my local. But pgadmin don't start up.

Do somebody know about this? Thank you.


update:

i found this question.

I think that is same my problem which got 3 good vote even if the message is different a little.

So i'm trying do that, But can't run setup.py.

I installed python. and run pgAdmin\web\setup.py with cmd as admin. But fail with message of

from flask import Flask No module named 'flask'

thank you.


回答1:


I had the same problem with pgAdmin 4 1.5 on Windows 10 Professional. The solution was simply to delete %appdata%\pgAdmin which was created by an earlier version. On systems other than Windows, there probably is a pgAdmin directory in your user directory. Of course, all session settings etc. are gone after deleting this.




回答2:


We got the same issue. so no need to any change in the file.

The following step we have resolve.

  1. Search programs and files in start menu in cmd.
  2. Right click cmd icon with Run As Administrator to open window command prompt.
  3. Goto postgres directory C:\Program Files\PostgreSQL\10\pgAdmin 4\bin using cd command in command prompt or set environment variable
  4. Execute pgAdmin4 command.

Let us know if you have problem again.




回答3:


I got the same issue. I use PostgreSQL 10.5

  1. Go to C:\Program Files\PostgreSQL\10\pgAdmin 4\bin
  2. Right click on pgAdmin and choose "run as an administrator".



回答4:


I echoes the same.

  1. Restart your system after installation.
  2. running pgAdmin4 with right click - System Administrator solves my issue. Nothing wrong with setup.


来源:https://stackoverflow.com/questions/43513872/cant-execute-pgadmin4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!