首页 > 代码库 > fabric使用错误,安装cryptography高版本问题
fabric使用错误,安装cryptography高版本问题
在使用fab的时候报错:
pkg_resources.DistributionNotFound: The ‘cryptography>=1.1‘ distribution was not found and is required by paramiko
语义翻译:
cryptography 版本过低,需要安装1.1以上版本;
所以执行:
pip install cryptography
报类似错误:
build/temp.linux-x86_64-2.6/_openssl.c:72268: 错误:‘_cffi_f_sk_X509_push’未声明(不在函数内)
build/temp.linux-x86_64-2.6/_openssl.c:72269: 错误:‘_cffi_f_sk_X509_value’未声明(不在函数内)
build/temp.linux-x86_64-2.6/_openssl.c:73004: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘init_openssl’
所以安装:
yum install openssl-devel python-devel -y
问题解决~!
本文出自 “hellodooooog” 博客,谢绝转载!
fabric使用错误,安装cryptography高版本问题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。