gpt4 book ai didi

python - 命令 'gcc' 失败,退出状态 1(安装 psyco)

转载 作者:行者123 更新时间:2023-12-01 06:01:43 26 4
gpt4 key购买 nike

我运行 Ubuntu 11.10,gcc 版本 4.6.1。

我一直在尝试安装 psyco,但不断收到此错误:

PROCESSOR = 'i386'
running build
running build_py
running build_ext
building 'psyco._psyco' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DALL_STATIC=1 -Ic/i386 -I/usr/include/python2.7 -c c/psyco.c -o build/temp.linux-i686-2.7/c/psyco.o
In file included from c/initialize.h:55:0,
from c/psyco.c:14:
c/mergepoints.c:242:3: error: ‘JUMP_IF_FALSE’ undeclared here (not in a function)
c/mergepoints.c:242:3: error: ‘JUMP_IF_TRUE’ undeclared here (not in a function)
c/codegen.c:127:19: warning: ‘psyco_source_condition’ defined but not used [-Wunused-function]
c/codegen.c:747:10: warning: ‘integer_lshift’ defined but not used [-Wunused-function]
c/Objects/plistobject.c:115:10: warning: ‘PsycoList_SingletonNew’ defined but not used [-Wunused-function]
error: command 'gcc' failed with exit status 1

我已经安装了 python-setuptools 但到目前为止没有任何效果。感谢您的任何建议。

最佳答案

Google 是你的 friend :psyco 无法构建并且不能与 Python 2.7 一起使用,如相应的 Ubuntu bug report 中所述。 .

为什么需要 Psyco?如果您需要优化紧密循环,可能 Cython可以来拯救你。

关于python - 命令 'gcc' 失败,退出状态 1(安装 psyco),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10087704/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com