A Python script of mine is failing with:
Traceback (most recent call last): File \"./inspect_sheet.py\", line 21, in main() File \"./i
I saw the AttributeError: 'module' object has no attribute 'SSL_ST_INIT' error too.
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
Doing
sudo pip install pyOpenSSL==16.2.0
resolved it for me.