gpt4 book ai didi

Python:如何正确设置 boto3 并连接到 AWS S3?

转载 作者:太空宇宙 更新时间:2023-11-03 15:31:26 43 4
gpt4 key购买 nike

我经历了以下过程:

http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html https://boto3.readthedocs.io/en/latest/guide/quickstart.html#installation

并使用 IDE 生成了文件 (pract.py):

import boto3

# Let's use Amazon S3
s3 = boto3.resource('s3')

for bucket in s3.buckets.all():
print(bucket.name)

运行它但遇到以下错误,即使我安装了 boto3:

ImportError: No module named boto3

如何确认所有内容均已正确安装和配置?可能是什么问题?

提前感谢您,一定会接受/赞成答案

当我执行 pip install boto3

enter image description here

最佳答案

你是通过pip安装的吗?运行命令

pip list

查看输出的列表是否包含boto3,否则,您可以按照以下说明操作:

How to manually install a pypi module without pip/easy_install?

通过从此链接下载的 zip 文件安装 boto3:

https://github.com/boto/boto3

关于Python:如何正确设置 boto3 并连接到 AWS S3?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42866074/

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