gpt4 book ai didi

python-3.x - 在 Windows 中安装 psycopg2 时出错

转载 作者:行者123 更新时间:2023-11-29 12:52:23 25 4
gpt4 key购买 nike

我尝试将 psycopg2 安装为:pip 安装 psycopg2

pg_config 出错。我检查了一些 stackoverflow 笔记并安装了 PostgreSQL。在$PATH中添加了pg_config的路径。

现在出现以下错误:

LINK : fatal error LNK1181: cannot open input file 'libpq.lib'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x64\\link.exe' failed with exit status 1181

有什么帮助吗?

最佳答案

您是否尝试过不使用 pip 重新安装?

sudo apt-get install python3-psycopg2

编辑:由于您使用的是 Windows:

如果你使用的是 python 2.7,你可以试试这个:

pip uninstall psycopg2
pip install git+https://github.com/nwcell/psycopg2-windows.git@win64-py27#egg=psycopg2

如果您使用的是 python 3.4:

pip uninstall psycopg2
pip install git+https://github.com/nwcell/psycopg2-windows.git@win64-py34#egg=psycopg2

更多信息 here .

如果您愿意,可以下载安装程序 (.exe) 并进行安装。你可以找到它here .

关于python-3.x - 在 Windows 中安装 psycopg2 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50841959/

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