gpt4 book ai didi

python - 无法从 google.cloud 导入存储

转载 作者:太空宇宙 更新时间:2023-11-03 10:50:13 32 4
gpt4 key购买 nike

我是 Google Cloud Platform 的新手,已经在 DataLab 的 Jupyter notebook 上上传了一些机器学习代码。

我的问题是,虽然我安装了 Google Cloud Storage(使用命令:pip install --upgrade google-cloud-storage),但我无法导入它。

以下是我导入这个包的方式:

>>import numpy    
>>import pandas as pd
>>from google.cloud import storage

但我收到以下错误:

ImportErrorTraceback (most recent call last) in () ----> 1 from google.cloud import storage

ImportError: cannot import name storage

注意:

  1. 这是我的 JSON 配置文件的内容:{"TokenSources":["env"]}
  2. 我尝试了 export GOOGLE_APPLICATION_CREDENTIALS="/path/to/file.json",但错误仍然存​​在。
  3. 我通过在命令 shell 中输入 pip freeze 验证了这个包确实安装在我的环境中:

谷歌云==0.34.0

google-cloud-datastore==1.7.0

google-cloud-spanner==1.4.0

谷歌云存储==1.10.0


我在这里错过了什么?

最佳答案

您是否在 DataLab 环境或本地计算机上安装了 google-cloud-storage 包?您需要在 DataLab 中运行以下命令:

!pip install google-cloud-storage

参见 https://cloud.google.com/datalab/docs/how-to/adding-libraries了解更多详情

此外,google-cloud 包已弃用,您不需要安装它,请参阅 https://pypi.org/project/google-cloud/ .

关于python - 无法从 google.cloud 导入存储,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52084665/

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