Fedora23 安装 psycopg2
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fedora23 安装 psycopg2相关的知识,希望对你有一定的参考价值。
1. 首先安装postgresql数据库
yum install postgresql
yum install postgresql-server
yum install pgadmin3
yum install postgresql-contrib
2. 前往官网下载源代码
http://initd.org/psycopg/
3. 运行python setup.py install
报错
In file included from psycopg/psycopgmodule.c:27:0: ./psycopg/psycopg.h:31:22: 致命错误:libpq-fe.h:没有那个文件或目录 编译中断。
4. 补充开发包
dnf install postgresql-devel
5. 再次安装
python setup.py install
成功
以上是关于Fedora23 安装 psycopg2的主要内容,如果未能解决你的问题,请参考以下文章
在树莓派2代B型/3代 上安装Fedora23 - Installing Fedora 23 on Raspberry Pi 2 model B or Raspberry Pi 3