gpt4 book ai didi

google-cloud-datalab - Google Cloud Datalab 上的身份验证问题

转载 作者:行者123 更新时间:2023-12-02 20:03:10 25 4
gpt4 key购买 nike

遵循此处的建议后,我正在使用 docker 在本地运行 Datalab:https://github.com/googledatalab/datalab/wiki/Getting-Started

我正在尝试运行以下测试片段:

%%bq query
#SQL query to return total births by year
SELECT CAST(source_year AS string) AS year, COUNT(is_male) AS birth_count
FROM `publicdata.samples.natality`
GROUP BY year
ORDER BY year DESC
LIMIT 15

但是当我这样做时,我得到以下信息:

[2018-01-15 14:50:39,126] {_metadata.py:81} INFO - Compute Engine Metadata server unavailable.

"No application credentials found. Perhaps you should sign in."

根据提示,我在正在运行的 docker 容器上打开了 bash 并运行:

gcloud auth application-default login

并按照有权访问具有计费帐户等的项目的用户的身份验证步骤进行操作。这些消息表明我成功了:

Credentials saved to file: [/root/.config/gcloud/application_default_credentials.json]

These credentials will be used by any library that requests
Application Default Credentials.

但问题仍然存在,并显示相同的“未找到应用程序凭据...”

我需要做什么来修复我的数据实验室环境?

最佳答案

我通过在右上角登录成功解决了这个问题。

关于google-cloud-datalab - Google Cloud Datalab 上的身份验证问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48266336/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com