Issue installing PostgreSQL 13 on my windows 10, on running pgAdmin4 it gives Fatal Error: "The pgAdmin 4 server could not be contacted:"

Issue installing PostgreSQL 13 on my windows 10, on running pgAdmin4 it gives Fatal Error: "The pgAdmin 4 server could not be contacted:"

我尝试在我的 windows 10 上安装 PostgreSQL 13,它已安装,但是当 运行 pgAdmin4.exe 它 returns 一个致命错误,返回一个 pgAdmin 运行时列表环境变量。 并抛出一个 AttributeERROR。

<------------------------错误信息---------------- ->

Traceback (most recent call last):

  File "C:\Program Files\PostgreSQL\pgAdmin 4\web\pgAdmin4.py", line 98, in <module>

    app = create_app()

  File "C:\Program Files\PostgreSQL\pgAdmin 4\web\pgadmin\__init__.py", line 347, in create_app

    if not os.path.exists(SQLITE_PATH) or get_version() == -1:

  File "C:\Program Files\PostgreSQL\pgAdmin 4\web\pgadmin\setup\db_version.py", line 19, in get_version

    return version.value
AttributeError: 'NoneType' object has no attribute 'value'

<---------------------------------------- -------------->

我尝试将 /bin 添加到环境变量中的系统变量中,还尝试 运行 pgAdmin4 作为管理员,但没有用。

我也有这个问题。对我有用的是首先卸载 PostgreSQL,然后从 pgadmin.org/download 为 Windows 安装独立的 pgAdmin v5,然后从 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads.

安装 PostgreSQL 13