python安装postgresql驱动

Posted 晴天小猫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python安装postgresql驱动相关的知识,希望对你有一定的参考价值。

使用 psycopg2 连接 postgresql
下载 psycopg2
解压安装,或者是使用pip 安装
报错:
 
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/psycopg2.egg-info
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
writing manifest file ‘pip-egg-info/psycopg2.egg-info/SOURCES.txt‘
warning: manifest_maker: standard file ‘-c‘ not found
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in ‘setup.cfg‘.
解决:
yum install postgresql-devel*

以上是关于python安装postgresql驱动的主要内容,如果未能解决你的问题,请参考以下文章

在 Centos 7.6 上为 PostgreSQL 安装 PHP 7.4 PDO 驱动程序

我无法在我的 macbook air m1 上安装 PostgreSQL 的 JDBC 驱动程序

将Python的库路径添加到系统环境变量PYTHONPATH中,如python安装在C:PYTHO

在 Azure Databricks 上设置 PostgreSQL 驱动程序

Python下操作Mysql数据库

Powerdesigner+PostgreSQL