2016-07-05 16 views
1

verwende ich Google-Speicher über das Python boto pluginGoogle-Speicherdienstkonto Authentifizierung erfordert pyopenssl nach einiger Zeit

Mein Python-Skripte für etwa eine Stunde oder so wie erwartet funktioniert. Dann gibt es mir die Fehlermeldung:

Service account authentication requires PyOpenSSL. Please install this library and try again. 

Mein Code:

import boto 

src_uri = boto.storage_uri(DOGS_BUCKET + '/' + filename, GOOGLE_STORAGE) 
object_contents = StringIO.StringIO() 
src_uri.get_key().get_file(object_contents) 

pyopenssl installiert ist

Antwort

1

dieses Problem durch eine zu alte Version Python

Ich habe nicht verursacht wurde Diese Probleme mit Python 2.7.9 +