python安装教程win7解决Python安装cryptography报错问题
错误⼀:
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
错误⼆:jsp文件扩展名是什么
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
原因:
php培训机构都没了缺少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 = 6000input属性中禁用代码
trusted-host = pip.mirrors.ustc.edu
ps ef grep命令详解
不⾏的话,试试更新pip,在执⾏上⾯步骤。
以上这篇解决Python安装cryptography报错问题就是⼩编分享给⼤家的全部内容了,希望能给⼤家⼀个参考,也希望⼤家多多⽀持。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论