gpt4 book ai didi

pgadmin - 无法启动应用程序服务器,Windows 上存在服务器线程

转载 作者:行者123 更新时间:2023-12-02 02:34:01 25 4
gpt4 key购买 nike

我从他们的网站使用了 EnterpriseDB postgresql 安装程序,但是当我完成并运行 pgadmin(随 postgresql 一起安装)时,我收到一个配置错误,内容如下:

An error occurred initializing the application server:

Failed to launch application server, server thread existing

然后它要求我输入 python 路径和应用程序路径。对于python路径,我假设它是C:\Users\xxx\AppData\Local\Programs\Python\Python35-32\Lib\site-packages\,这是我安装python的位置。但是我不确定它询问的是哪个应用程序。

postgresql 9.6.3 版本。 pgadmin版本是4.windows 10 64bit

最佳答案

我遇到了同样的问题,发现“PYTHONPATH”系统变量导致了问题。所以我删除了环境变量并且工作正常。幸运的是,我没有使用这些变量,因为我的开发环境位于远程。

因此,请尝试从环境变量列表中删除“PYTHONHOME”或“PYTHONPATH”并启动应用程序。

来自 pgAdmin 代码,

# For unknown reason the Qt runtime does not pass the environment
# variables (i.e. PYTHONHOME, and PYTHONPATH), to the Python
# sub-processes, leading to failures executing background processes.
#
# This has been observed only on windows. On *nix systems, it is likely
# picking the system python environment, which is good enough to run
# the process-executor.**

关于pgadmin - 无法启动应用程序服务器,Windows 上存在服务器线程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43968302/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com