好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

scrapy安装cryptography&gt;=0.2.1出现Nopackage&

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&gt;=0.2.1出现Nopackage&的详细内容...

  阅读:31次