gsutil not working on mac and python3.5
up vote
3
down vote
favorite
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...
python-3.x google-cloud-storage gsutil
add a comment |
up vote
3
down vote
favorite
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...
python-3.x google-cloud-storage gsutil
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
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...
python-3.x google-cloud-storage gsutil
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...
python-3.x google-cloud-storage gsutil
python-3.x google-cloud-storage gsutil
edited Nov 23 '15 at 11:25
asked Oct 30 '15 at 16:49
Bodao
543314
543314
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
From the gsutil System Requirements documentation:
To use gsutil, you must have Python 2.6.x or 2.7.x installed on your
computer. gsutil does not currently run on Python 3.x.
add a comment |
up vote
1
down vote
Because gsutil still does not support Python 3, I decided to write a replacement: https://pypi.org/project/gs/. In addition to supporting Python 3, it can be used as a Python library, and has a few other improvements over gsutil functionality (courtesy of click, the CLI helper library).
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
From the gsutil System Requirements documentation:
To use gsutil, you must have Python 2.6.x or 2.7.x installed on your
computer. gsutil does not currently run on Python 3.x.
add a comment |
up vote
2
down vote
accepted
From the gsutil System Requirements documentation:
To use gsutil, you must have Python 2.6.x or 2.7.x installed on your
computer. gsutil does not currently run on Python 3.x.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
From the gsutil System Requirements documentation:
To use gsutil, you must have Python 2.6.x or 2.7.x installed on your
computer. gsutil does not currently run on Python 3.x.
From the gsutil System Requirements documentation:
To use gsutil, you must have Python 2.6.x or 2.7.x installed on your
computer. gsutil does not currently run on Python 3.x.
edited Nov 22 '15 at 16:56
answered Oct 30 '15 at 17:08
jterrace
43k13113162
43k13113162
add a comment |
add a comment |
up vote
1
down vote
Because gsutil still does not support Python 3, I decided to write a replacement: https://pypi.org/project/gs/. In addition to supporting Python 3, it can be used as a Python library, and has a few other improvements over gsutil functionality (courtesy of click, the CLI helper library).
add a comment |
up vote
1
down vote
Because gsutil still does not support Python 3, I decided to write a replacement: https://pypi.org/project/gs/. In addition to supporting Python 3, it can be used as a Python library, and has a few other improvements over gsutil functionality (courtesy of click, the CLI helper library).
add a comment |
up vote
1
down vote
up vote
1
down vote
Because gsutil still does not support Python 3, I decided to write a replacement: https://pypi.org/project/gs/. In addition to supporting Python 3, it can be used as a Python library, and has a few other improvements over gsutil functionality (courtesy of click, the CLI helper library).
Because gsutil still does not support Python 3, I decided to write a replacement: https://pypi.org/project/gs/. In addition to supporting Python 3, it can be used as a Python library, and has a few other improvements over gsutil functionality (courtesy of click, the CLI helper library).
answered Nov 11 at 4:07
weaver
990712
990712
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f33441027%2fgsutil-not-working-on-mac-and-python3-5%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown