pyconfig.h missing during “pip install cryptography”

后端 未结 5 1909
臣服心动
臣服心动 2020-12-17 09:48

I wanna set up scrapy cluster follow this link scrapy-cluster,Everything is ok before I run this command:

pip install -r requirements.txt

T

5条回答
  •  北荒
    北荒 (楼主)
    2020-12-17 10:08

    i use python 2 on ubuntu and got the same problem when installing cryptography. after i run this command

    apt-get install python-dev libssl-dev libffi-dev
    

    then it works.

提交回复
热议问题