【发布时间】:2015-01-22 02:10:28
【问题描述】:
从这里:http://googlecloudplatform.github.io/gcloud-python/datastore-api.html
from gcloud import datastore
datastore.set_defaults()
解决这个错误:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'set_defaults'
This happens in Windows 7 and GCE standard setup.
$ gcloud version
Google Cloud SDK 0.9.31
bq 2.0.18
bq-win 2.0.17
compute 2014.09.09
core 2014.09.02
core-win 2014.06.03
dns 2014.09.02
gae-java 1.9.10
gae-java-win 1.9.3
gcutil 1.16.5
gcutil-win 1.16.0
gsutil 4.5
gsutil-win 3.42
sql 2014.09.02
windows-ssh-tools 2014.07.15
似乎调用了错误版本的 gcloud.datastore。
【问题讨论】:
-
您可以运行
pip list来显示gcloud 库吗?您使用的 gcloud 命令用于 SDK 命令行工具(是的,令人困惑) -
谢谢。 gcloud (0.3.0) 我猜有办法转到旧版本。
标签: python google-compute-engine gcloud