easy_install PyOpenSSL error

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

    Not exactly what is asked, but in Ubuntu 12.04 it can be installed with:

    sudo apt-get install python-openssl
    

提交回复
热议问题