首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >centos7.6安装psycopg2

centos7.6安装psycopg2

作者头像
李玺
发布2021-11-22 13:18:12
发布2021-11-22 13:18:12
8010
举报
文章被收录于专栏:爬虫逆向案例爬虫逆向案例

如果有下面的异常信息,则先安装postgresql-devel*

代码语言:javascript
复制
yum install postgresql-devel*

再安装

代码语言:javascript
复制
pip3 install psycopg2
异常:
代码语言:javascript
复制
Collecting psycopg2
  Using cached psycopg2-2.8.6.tar.gz (383 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/local/python3/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cccqzv8r/psycopg2_106c8876db424e0f88677f9a7c8e1a77/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cccqzv8r/psycopg2_106c8876db424e0f88677f9a7c8e1a77/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-kml0fc5p
         cwd: /tmp/pip-install-cccqzv8r/psycopg2_106c8876db424e0f88677f9a7c8e1a77/
    Complete output (23 lines):
    running egg_info
    creating /tmp/pip-pip-egg-info-kml0fc5p/psycopg2.egg-info
    writing /tmp/pip-pip-egg-info-kml0fc5p/psycopg2.egg-info/PKG-INFO
    writing dependency_links to /tmp/pip-pip-egg-info-kml0fc5p/psycopg2.egg-info/dependency_links.txt
    writing top-level names to /tmp/pip-pip-egg-info-kml0fc5p/psycopg2.egg-info/top_level.txt
    writing manifest file '/tmp/pip-pip-egg-info-kml0fc5p/psycopg2.egg-info/SOURCES.txt'
    
    Error: pg_config executable not found.
    
    pg_config is required to build psycopg2 from source.  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'.
    
    If you prefer to avoid building psycopg2 from source, please install the PyPI
    'psycopg2-binary' package instead.
    
    For further information please check the 'doc/src/install.rst' file (also at
    <https://www.psycopg.org/docs/install.html>).
    
    ----------------------------------------
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021/03/24 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档