English 中文(简体)
B. 设置PgAdmin4时的错误
原标题:Requirement Error while setting up PgAdmin4
  • 时间:2023-08-27 23:16:27
  •  标签:
  • apache-age

Im在试图从要求中安装附属设施时面临一个问题。 使用管道的t文档——要求。 指挥。 在此,我做了以下工作:

I have a requirements.txt file in my project directory. I navigated to the project directory in my terminal. I ran the command 管道安装——需求量。 txt.error while setting up pgAdmin4.

管道安装——需求量。 txt
 
error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [21 lines of output]
      /bin/sh: 1: krb5-config: not found
      Traceback (most recent call last):
        File "/home/fahad/work/pgadmin4/myenv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
          main()
        File "/home/fahad/work/pgadmin4/myenv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_

管道安装——需求量。 txt

问题回答

According to the error message, the command krb5-config that is required as a build dependency for one of the packages in your requirements.txt file is missing. You should update your pip and setup tools and then install krb5-config by running;

<代码>pip 安装——升级级的ip/代码>

http://www.un.org/Depts/DGACM/index_french.htm

/bin/sh:1:krb5-config:未发现

以上错误原因是指该套材料丢失。 安装,简单操作sudo aptgetstalkrb5-dev/code>。

在安装<条码>libkrb5-dev之前,确保安装管理所需的适当版本,并更新/更新<代码>pip。

如果有的话,则由其他一些顾问(一揽子计划要求的名称)处理。

  • Centos/Fedora: krb5-devel
  • MacOS: krb5




相关问题
B. 设置PgAdmin4时的错误

Im在试图从要求中安装附属设施时面临一个问题。 使用管道的t文档——要求。 指挥。 在此,我做了以下工作:

热门标签