在python2.75(OS-suse)中安装cryptography2.3时发生错误

时间:2019-07-09 12:43:51

标签: python-2.7 gcc cryptography suse

build / temp.linux-x86_64-2.7 / _openssl.c:68387:警告:(“ _ cffi_typenames”初始化附近) build / temp.linux-x86_64-2.7 / _openssl.c:68387:警告:标量初始化程序中的多余元素 build / temp.linux-x86_64-2.7 / _openssl.c:68387:警告:(“ _ cffi_typenames”初始化附近) build / temp.linux-x86_64-2.7 / _openssl.c:68390:错误:为参数“ _cffi_type_context”指定了存储类 build / temp.linux-x86_64-2.7 / _openssl.c:68390:错误:参数“ _cffi_type_context”已初始化 build / temp.linux-x86_64-2.7 / _openssl.c:68430:错误:预期在“ {”令牌之前出现“ =”,“,”,“;”,“ asm”或“ 属性” build / temp.linux-x86_64-2.7 / _openssl.c:68433:错误:原型函数定义中的旧式参数声明 build / temp.linux-x86_64-2.7 / _openssl.c:692:错误:省略了参数名称 build / temp.linux-x86_64-2.7 / _openssl.c:68432:错误:输入结尾应为“ {” 错误:命令“ gcc”失败,退出状态为1

我已经在suse中安装了所有必需的软件包,但是当我使用python2.7进行安装时,build.py产生了上述异常。

gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I / usr / local / Python-2.7.5 / include / python2.7 -c build / temp.linux-x86_64-2.7 / _openssl.c -o build / temp.linux-x86_64-2.7 / build / temp.linux-x86_64-2.7 / _openssl.o -Wconversion -Wno-error = sign-conversion

例外情况始于在GCC线上方构建

0 个答案:

没有答案