gpt4 book ai didi

Python 编译错误 : "LONG_BIT definition appears wrong for platform"

转载 作者:IT王子 更新时间:2023-10-29 00:39:22 28 4
gpt4 key购买 nike

这个错误信息不是未知的,我已经重新安装了很多包,但到目前为止还没有找到解决办法。

我从命令 pip install cryptography 中得到以下错误

/usr/include/python2.7/pyport.h:849:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."

#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."

^

在很长的追溯结束时它说:

distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-xXOpFq-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/cryptography
Storing debug log for failure in /root/.pip/pip.log

存在python-dev、python2.7-dev和python3-dev。

最佳答案

确保为 python 安装了正确的位。就我而言,我在导致问题的 64 位 centO 上安装了 anaconda python 32 位。为 Python 安装正确的位版本修复了它。

关于Python 编译错误 : "LONG_BIT definition appears wrong for platform",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33745187/

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