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 就可以顺利通过了。
查看更多关于scrapy安装cryptography>=0.2.1出现Nopackage&的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did96486