Closed GoogleCodeExporter closed 8 years ago
As an additional note, I attempted reinstalling the Google Cloud SDK, and it
actually doesn't install at all, outputting the exact same ImportError (I
somehow got it to install by re-running the `install.py` file manually, though
it didn't fix the issue either).
Original comment by jlouis.e...@gmail.com
on 5 Nov 2015 at 4:05
Sorry we missed this. Thanks for reporting.
`configparser` is a standard Python module, so there's a serious problem with
your Python installation. We can't really do anything on our end when working
with a broken version of Python.
If you install a working Python version, you can set the environment variable
CLOUDSDK_PYTHON to point to the correct binary, and everything should work.
Original comment by z...@google.com
on 24 Nov 2015 at 7:18
Actually, this could be an OSX thing too. I just installed gcloud on my Mac
(using unaltered system python) and I get the same problem. I'd say the seious
problem lies in gcloud, not python.
Original comment by mfis...@kushview.net
on 19 Dec 2015 at 8:21
As confirmed in another thread, the issue in #3 lies with the Python version
used, not gcloud. Leaving WontFix.
Original comment by z...@google.com
on 20 Dec 2015 at 2:59
Original issue reported on code.google.com by
jlouis.e...@gmail.com
on 5 Nov 2015 at 4:03