错误一:
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o
c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
原因:
缺少头文件和静态库包
解决方法:
sudo apt-get install libffi-dev
错误二:
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/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
build/temp.linux-x86_64-2.7/_openssl.c:28:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
原因:
缺少Python的头文件和静态库包
解决方法:
sudo apt-get install python-dev
补充知识:windows 中 pip 安装库时出现 cryptography 报错 解决方案
如果在安装程序中,系统提示有cryptography 的报错,并提示有类似C:\Users\Administrator\AppData\Roaming\pip
这种路径提示信息,那么是你的 pip 源出现了问题。
首先,打开该路径文件。一般这种文件的类型是隐藏文件,在win10的页面工具栏中有相应的显示文件的选项,
而在win7中在工具——文件夹选项中。之后输入你的 pip 路径例如:C:\Users\Administrator\AppData\Roaming\pip
最后,打开 pip.ini 文件 在里面写入
[global]
timeout = 6000
index-url = https://pypi.mirrors.ustc.edu.cn/simple
trusted-host = pip.mirrors.ustc.edu.cn
不行的话,试试更新pip,在执行上面步骤。
以上这篇解决Python安装cryptography报错问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持小牛知识库。
第一次安装Composer,已经安装了Composer-Setup.exe,在命令行输入composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/,执行报错了,有大佬能帮我看下怎么解决吗?感谢!
本文向大家介绍解决Mac安装thrift因bison报错的问题,包括了解决Mac安装thrift因bison报错的问题的使用技巧和注意事项,需要的朋友参考一下 安装thrift时,报错: Bison version 2.5 or higher must be installed on the system! 使用brew install bison 安装新版的bison 已经安装3.0.4版本 但
本文向大家介绍解决docker安装后运行hello-world报错的问题,包括了解决docker安装后运行hello-world报错的问题的使用技巧和注意事项,需要的朋友参考一下 在centos7.3上yum安装了docker V1.13。1 但是在运行:docker run hello-world的时候报错: # docker run docker.io/hello-world containe
本文向大家介绍win10 oracle11g安装报错问题集合 附解决方法,包括了win10 oracle11g安装报错问题集合 附解决方法的使用技巧和注意事项,需要的朋友参考一下 本文实例为大家分享了oracle11g安装报错的原因,和对应的解决方法,供大家参考,具体内容如下 注册ocx时出现ole初始化错误或OCX加载错误 问题原因:安装文件不能放在包含空格的文件夹名字中 解决办法:oracle
本文向大家介绍Python安装Imaging报错:The _imaging C module is not installed问题解决方法,包括了Python安装Imaging报错:The _imaging C module is not installed问题解决方法的使用技巧和注意事项,需要的朋友参考一下 今天写Python程序上传图片需要用到PIL库,于是到http://www.python
本文向大家介绍解决Ubuntu 18.04安装VMwareTools错误问题,包括了解决Ubuntu 18.04安装VMwareTools错误问题的使用技巧和注意事项,需要的朋友参考一下 一、按照网上的教程,安装Ubuntu 18.04还是会安装不上去,有同学就有疑问了,明明按教程来做,就是不成功 报错如下: 二、执行命令时加入sudo 以管理员身份运行,安装Ubuntu有默认的root用户。图中