在RHEL上的虚拟环境中安装psycopg2失败

问题描述 投票:0回答:2

我已经参加了好几天了。每次尝试将psycopg2安装到RHEL VPS上的虚拟环境中时,都会失败,并显示以下错误。任何有线索的人都应该帮忙。谢谢。

(pyenv)[root@10 pyenv]# pip install psycopg2==2.5.4
 Collecting psycopg2==2.5.4
  Using cached psycopg2-2.5.4.tar.gz
  /tmp/pip-build-Vn6ET9/psycopg2/setup.py:12: DeprecationWarning: Parameters                                                                                                  to load are deprecated.  Call .resolve and .require separately.
  # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
Installing collected packages: psycopg2
Running setup.py install for psycopg2
building 'psycopg2._psycopg' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=                                                                                         2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic                                                                                          -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2                                                                                          -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -                                                                                         D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSI                                                                                         ON="2.5.4 (dt dec pq3 ext)" -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHA                                                                                         VE_PQFREEMEM=1 -DPG_VERSION_HEX=0x080414 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_B                                                                                         OOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.6 -I. -I/usr/include -I/usr/                                                                                         include/pgsql/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-2.6/                                                                                         psycopg/psycopgmodule.o -Wdeclaration-after-statement
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
Complete output from command /root/pyenv/bin/python -c "import setuptools,                                                                                          tokenize;__file__='/tmp/pip-build-Vn6ET9/psycopg2/setup.py';exec(compile(getatt                                                                                         r(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'ex                                                                                         ec'))" install --record /tmp/pip-9d8Iwo-record/install-record.txt --single-vers                                                                                         ion-externally-managed --compile --install-headers /root/pyenv/include/site/pyt                                                                                         hon2.6:
running install

running build

running build_py

creating build

creating build/lib.linux-x86_64-2.6

creating build/lib.linux-x86_64-2.6/psycopg2

copying lib/psycopg1.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/extras.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/__init__.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/_json.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/pool.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/errorcodes.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/extensions.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/_range.py -> build/lib.linux-x86_64-2.6/psycopg2

copying lib/tz.py -> build/lib.linux-x86_64-2.6/psycopg2

creating build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/dbapi20_tpc.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_copy.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_notify.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_quote.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/dbapi20.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_lobject.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_bug_gc.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-x86_64-2.6/psycop                                                                                         g2/tests

copying tests/testutils.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_cursor.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/__init__.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_bugX000.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_types_basic.py -> build/lib.linux-x86_64-2.6/psycopg2/te                                                                                         sts

copying tests/test_connection.py -> build/lib.linux-x86_64-2.6/psycopg2/tes                                                                                         ts

copying tests/test_extras_dictcursor.py -> build/lib.linux-x86_64-2.6/psyco                                                                                         pg2/tests

copying tests/test_transaction.py -> build/lib.linux-x86_64-2.6/psycopg2/te                                                                                         sts

copying tests/test_module.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_dates.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/testconfig.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_cancel.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_async.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_with.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_green.py -> build/lib.linux-x86_64-2.6/psycopg2/tests

copying tests/test_types_extras.py -> build/lib.linux-x86_64-2.6/psycopg2/t                                                                                         ests

running build_ext

building 'psycopg2._psycopg' extension

creating build/temp.linux-x86_64-2.6

creating build/temp.linux-x86_64-2.6/psycopg

gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=                                                                                         2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic                                                                                          -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2                                                                                          -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -                                                                                         D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSI                                                                                         ON="2.5.4 (dt dec pq3 ext)" -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHA                                                                                         VE_PQFREEMEM=1 -DPG_VERSION_HEX=0x080414 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_B                                                                                         OOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.6 -I. -I/usr/include -I/usr/                                                                                         include/pgsql/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-2.6/                                                                                         psycopg/psycopgmodule.o -Wdeclaration-after-statement

unable to execute gcc: No such file or directory

error: command 'gcc' failed with exit status 1

----------------------------------------
Command "/root/pyenv/bin/python -c "import setuptools, tokenize;__file__='/                                                                                         tmp/pip-build-Vn6ET9/psycopg2/setup.py';exec(compile(getattr(tokenize, 'open',                                                                                          open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --rec                                                                                         ord /tmp/pip-9d8Iwo-record/install-record.txt --single-version-externally-manag                                                                                         ed --compile --install-headers /root/pyenv/include/site/python2.6" failed with                                                                                          error code 1 in /tmp/pip-build-Vn6ET9/psycopg2
pip virtualenv psycopg2 rhel
2个回答
1
投票

我找到了解决方法。我注意到它在全球成功安装。因此,我全局安装了psycopg2并使用--system-site-packages选项创建了一个新的虚拟环境。然后,我使用-I选项安装了其他软件包。

希望这对其他人有帮助。

确定。后来我发现我没有安装gcc。所以我必须先安装它。之后,我可以pip install psycopg2。谢谢您的指导。


0
投票

对我来说,我使用的是Redhat 8 Enterprise,但我的问题没有通过安装gcc和gcc-c ++来解决。

我能够通过安装python3-devel开发工具解决此问题。

要使用yum管理器将它们安装在Redhat上,请遵循此link

© www.soinside.com 2019 - 2024. All rights reserved.