If you get this error: init() got an unexpected keyword argument 'disable_ssl_certificate_validation' then probably caused by old httplib2 library, to fix: easy_install -U httplib2
If you get this error:
init() got an unexpected keyword argument 'disable_ssl_certificate_validation'
then probably caused by old httplib2 library, to fix:
easy_install -U httplib2