Closed GoogleCodeExporter closed 8 years ago
This is a really interesting error. It suggests that there's some sort of
problem with your Python installation.
Do you mind running the following command?
$ python -c 'import platform; print platform.python_version()'
Let us know if it succeeds.
In the meantime, you should be able to work around by installing another Python
2.7 and setting the environment CLOUDSDK_PYTHON to point to that binary.
Original comment by z...@google.com
on 7 Oct 2015 at 2:14
That was the problem.
I had downloaded the Python dist. from Enthought and it was first in my PATH
export CLOUDSDK_PYTHON=/usr/bin/python
fixes the problem.
changing PATH also works.
Thank you
Original comment by aspivako...@gmail.com
on 25 Oct 2015 at 12:08
Thanks for the update.
Original comment by z...@google.com
on 25 Oct 2015 at 6:52
Original issue reported on code.google.com by
aspivako...@gmail.com
on 7 Oct 2015 at 9:34