easy_install PyOpenSSL error

前端 未结 9 1869
时光取名叫无心
时光取名叫无心 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:31

    If you don't need to use the lastest pyOpenSSL, just rolled back to 0.12, this is the simplest way.

    pip install pyOpenSSL==0.12
    

    Check for @Jean-Paul's answer for detail.

提交回复
热议问题