bumplzz69 / google-cloud-sdk

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

Problem with CreateCLI #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
running gcloud components update

What is the expected output? What do you see instead?
update of components

What is the output of 'gcloud info'?
gcloud info
Traceback (most recent call last):
  File "C:\Program Files\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecl
oudsdk\gcloud\gcloud.py", line 169, in <module>
    _cli = CreateCLI()
  File "C:\Program Files\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecl
oudsdk\gcloud\gcloud.py", line 115, in CreateCLI
    sdk_root = config.Paths().sdk_root
AttributeError: 'Paths' object has no attribute 'sdk_root'

Please provide any additional information below.
gcloud components update
Traceback (most recent call last):
  File "C:\Program Files\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecl
oudsdk\gcloud\gcloud.py", line 169, in <module>
    _cli = CreateCLI()
  File "C:\Program Files\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecl
oudsdk\gcloud\gcloud.py", line 115, in CreateCLI
    sdk_root = config.Paths().sdk_root
AttributeError: 'Paths' object has no attribute 'sdk_root'

Original issue reported on code.google.com by camilol...@gmail.com on 7 Feb 2015 at 8:20

GoogleCodeExporter commented 9 years ago
It seems like your Cloud SDK installation has become corrupted.  If you 
reinstall, do you continue to have the problem?

Original comment by markp...@google.com on 9 Feb 2015 at 4:35