【发布时间】:2023-04-03 04:49:01
【问题描述】:
我正在尝试按照 postgres 的要求安装 libpq-dev,但我只收到一个错误。
pip install libpq-dev==9.4.3
Could not find a version that satisfies the requirement libpq-dev==9.4.3 (from versions: )
No matching distribution found for libpq-dev==9.4.3
【问题讨论】:
-
它不是 Python 包,应使用系统的包管理器安装(
apt、yum、dnf等)