gpt4 book ai didi

python - 无法安装pythonbrew 2.6

转载 作者:太空狗 更新时间:2023-10-29 11:09:49 25 4
gpt4 key购买 nike

我正在尝试使用 pythonbrew 安装 python 2.6,但在运行命令时收到一些错误

pythonbrew install --configure="--enable-unicode=ucs4" 2.6

我在 Archlinux 下运行并在那台机器上使用了很长时间的 python2.7。但是我的机器上需要同时安装 2.6 和 2.7,所以安装 pythonbrew 似乎没问题。

这里是错误:

Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude I./Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
gcc: error: directory": No such file or directory
make: *** [Modules/getbuildinfo.o] Error 1

最佳答案

找到了这个 here 的解决方案.基本上 svnversion 的行为在某些时候发生了变化,解决方法是在构建 python 2.6.2 时将名为 svnversion 的脚本放在路径中

#!/bin/sh
echo exported

关于python - 无法安装pythonbrew 2.6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14892662/

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