Home > Database > Mysql Tutorial > scrapy 安装 cryptography>=0.2.1 出现 No package &#3

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 15:37:50
Original
1770 people have browsed it

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就可以顺利通过了。

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
python scrapy crawler error
From 1970-01-01 08:00:00
0
0
0
How to convert response into object in scrapy?
From 1970-01-01 08:00:00
0
0
0
Scrapy how to get original start_url
From 1970-01-01 08:00:00
0
0
0
Python failed to install scrapy
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template