Python AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

后端 未结 20 1583
無奈伤痛
無奈伤痛 2020-11-29 02:06

A Python script of mine is failing with:

Traceback (most recent call last):
  File \"./inspect_sheet.py\", line 21, in 
    main()
  File \"./i         


        
20条回答
  •  北海茫月
    2020-11-29 02:55

    I saw the AttributeError: 'module' object has no attribute 'SSL_ST_INIT' error too.

    Doing

    sudo pip install pyOpenSSL==16.2.0

    resolved it for me.

提交回复
热议问题