A Python script of mine is failing with:
Traceback (most recent call last): File \"./inspect_sheet.py\", line 21, in main() File \"./i
Upgrading pyopenssl with pip was not working as none of the commands related to to pip was working for me. By upgrading pyopenssl with easy_install, above problem can be solved.
pyopenssl
pip
easy_install
sudo python -m easy_install --upgrade pyOpenSSL
credit @delimiter (Answer)