easy_install PyOpenSSL error

前端 未结 9 1858
时光取名叫无心
时光取名叫无心 2020-12-09 03:38

Any idea about what cause the error below ?

I use Linux centos with openssl-devel.i386 0.9.8e-12.el5_5.7

$ easy_install PyOpenSSL
Searching for PyOpe         


        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 04:25

    I ran into this while trying to install Scrapy. For me, Thanasis' answer didn't work. After some more Google and randomly installing things

    yum install python-devel
    

    allowed the Scrapy install to run for me (CentOS release 6.3 (Final))

提交回复
热议问题