scrapy: 'module' object has no attribute 'OP_SINGLE_ECDH_USE'

后端 未结 1 1714
醉酒成梦
醉酒成梦 2021-01-01 05:02

I am new in scrapy, I create a sample project in scrapy and run the project. I got an error

AttributeError: \'module\' object has no attribute \'OP_SINGLE_         


        
相关标签:
1条回答
  • 2021-01-01 05:41

    I had a similar error, found that pyopenssl was not installed correctly

    Simply did

    sudo apt-get install libssl-dev

    then

    pip install pyopenssl --upgrade

    scrapy scraped again

    linux mint 18.1

    0 讨论(0)
提交回复
热议问题