gpt4 book ai didi

haskell - Cabal 无法安装 postgresql-libpq-0.9.0.2

转载 作者:行者123 更新时间:2023-12-04 07:53:04 27 4
gpt4 key购买 nike

两个cabal install postgresql-libpq-0.9.0.2cabal install --reinstall postgresql-libpq-0.9.0.2没用

Configuring postgresql-libpq-0.9.0.2...
setup.exe: The program pg_config is required but it could not be found.
cabal: Error: some packages failed to install:
postgresql-libpq-0.9.0.2 failed during the configure step. The exception was:
ExitFailure 1

注意:我在本地

最佳答案

看来您需要外部程序 pg_config这大概是postgres附带的。确保正确安装了 postgres,并且它的所有二进制文件都在您的路径中。

我假设你在 Windows 上,在这种情况下安装 postgres 绑定(bind)很棘手。看看说明herehere适用于依赖 postgresql-libpq 的库并确保您遵循了所有相关步骤。

与您当前问题最相关的部分是更新您的 Path变量并添加类似 C:\Program Files\PostgreSQL\9.2\bin 的内容,如第一个链接中所述。

关于haskell - Cabal 无法安装 postgresql-libpq-0.9.0.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28287655/

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