gpt4 book ai didi

python - pyconfig.h 在 "pip install cryptography"期间丢失

转载 作者:IT老高 更新时间:2023-10-28 20:57:12 26 4
gpt4 key购买 nike

我想建立sc​​rapy集群 pip 击这个链接scrapy-cluster ,在我运行这个命令之前一切正常:

pip install -r requirements.txt

requirements.txt 看起来像:

cffi==1.2.1
characteristic==14.3.0
ConcurrentLogHandler>=0.9.1
cryptography==0.9.1
...

我猜上面的命令意思是在requirements.txt中安装包。但是我不想让它指定版本,所以我把它改成这样:

cat requirements.txt | while read line; do pip install ${line%%[>=]*} --user;done

安装密码学时,它给了我错误:

build/temp.linux-x86_64-2.7/_openssl.c:12:24:fatal error:pyconfig.h:No such file or directory 
#include <pyconfig.h>

我不知道如何解决这个问题,我尝试了很多方法,但都失败了。我的系统是centos 7,python的版本是2.7.5(默认)。此外,是否还有其他适用于大量 url 的 scrapy 框架。提前致谢

最佳答案

对于 Ubuntu,python2

apt-get install python-dev 

对于 Ubuntu,python3

apt-get install python3-dev

关于python - pyconfig.h 在 "pip install cryptography"期间丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40038134/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com