I am trying to use google storage lib but I am getting an error when I call gsutil...
Installed gsutil with pip:
pip install gsutil
my current python version is 3.5
when I run gsutil
from command line I get the bellow error:
class AbortException(StandardError): NameError: name 'StandardError' is not defined
Not sure how to workaround this issue... any ideas?
EDIT: Looks like it works fine using python 3.4 despite they say it's not supported on 3x...