Hi, 

I am trying to follow up this instruction 
<https://cloud.google.com/appengine/docs/java/managed-vms/sdk> to setup 
Managed VM for my web app, but always failed with following error:

Pulling base images for runtimes [java] from Google Cloud Storage

Traceback (most recent call last):

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 
177, in <module>

    main()

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 
173, in main

    _cli.Execute()

  File "/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", 
line 409, in Execute

    post_run_hooks=self.__post_run_hooks, kwargs=kwargs)

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/calliope/frontend.py", 
line 274, in _Execute

    pre_run_hooks=pre_run_hooks, post_run_hooks=post_run_hooks)

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/calliope/backend.py", 
line 928, in Run

    result = command_instance.Run(args)

  File 
"/Users/scde/google-cloud-sdk/lib/googlecloudsdk/appengine/app_commands/setup_managed_vms.py",
 
line 39, in Run

    args.image_version)

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/pull.py",
 
line 54, in PullBaseDockerImages

    util.PullSpecifiedImages(docker_client, image_names, version, bucket)

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/util.py",
 
line 217, in PullSpecifiedImages

    with credentials.CredentialsContainer(docker_client) as creds, (

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/credentials.py",
 
line 114, in __enter__

    self.Start()

  File 
"/Users/scde/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/credentials.py",
 
line 95, in Start

    name=containers.CleanableContainerName(

AttributeError: 'module' object has no attribute 'CleanableContainerName'

i am wondering if anyone else has same issue, or do i just miss some steps?

thanks

-DD

P.S.

my box is Mac OS , and i have installed Docker based on the instruction, 
and 

Google Cloud SDK 0.9.42

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to