gana2188 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Fail to install . no module textwrap #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download google-cloud-sdk
2. Run ./install.sh

../google-cloud-sdk/install.sh
Welcome to the Google Cloud SDK!
Traceback (most recent call last):
  File "/home/kapil/projects/cloud/google-cloud-sdk/bin/bootstrapping/install.py", line 11, in <module>
    import textwrap
ImportError: No module named textwrap

cd ../google-cloud-sdk
./install.sh

same error.

ubuntu 13.10 / python 2.7.5

Original issue reported on code.google.com by kapilt@gmail.com on 4 Dec 2013 at 2:30

GoogleCodeExporter commented 9 years ago
Issue 10 has been merged into this issue.

Original comment by jasm...@google.com on 4 Dec 2013 at 2:50

GoogleCodeExporter commented 9 years ago
I believe you're trying to install in a virtualenv. Is that the case?

Original comment by jasm...@google.com on 4 Dec 2013 at 4:59

GoogleCodeExporter commented 9 years ago
Issue 9 has been merged into this issue.

Original comment by markp...@google.com on 4 Dec 2013 at 7:25

GoogleCodeExporter commented 9 years ago
that looks like the issue/cause.

I wasn't in a virtualenv, but it looks like i was picking a up a virtualenv 
interpreter off my PATH. 

Original comment by kapil.th...@canonical.com on 4 Dec 2013 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by jasm...@google.com on 4 Dec 2013 at 9:09