您好,欢迎访问一九零五行业门户网

scrapy 安装 cryptography>=0.2.1 出现 No package &#3

1 安装好的 scrapy 运行出现 pkg_resources.distributionnotfound: cryptography=0.2.1 于是 运行 easy_install cryptography 但是报 no package 'libffi' found错误 2 检查 yum installlibffi 但是提示libffi 已经安装 3 由于easy_install cryptography 是
1  安装好的 scrapy 运行出现
pkg_resources.distributionnotfound: cryptography>=0.2.1 于是 运行
easy_install cryptography 但是报  no package 'libffi' found错误
2  检查 yum install libffi 但是提示 libffi 已经安装
3 由于 easy_install cryptography是编译安装 所以 需要libffi-devel
运行 yum install libffi-devel 按照后 再运行 easy_install cryptography就可以顺利通过了。
其它类似信息

推荐信息