gpt4 book ai didi

python - 想要连接到 dynamoDB,得到 AttributeError : 'module' object has no attribute 'connect_to_region'

转载 作者:太空宇宙 更新时间:2023-11-04 01:18:38 25 4
gpt4 key购买 nike

这是我的简单代码:

import boto.dynamodb
conn = boto.dynamodb.connect_to_region(
'us-east-1',
aws_access_key_id='....',
aws_secret_access_key='....')
print conn

我得到:

Traceback (most recent call last):
File "startMarch28.py", line 5, in <module>
conn = boto.dynamodb.connect_to_region(
AttributeError: 'module' object has no attribute 'connect_to_region'

最佳答案

boto==2.2.2版本的boto.dynamodb中没有connect_to_region()函数。

将模块升级到最新(2.27.0)版本:

pip install boto --upgrade

关于python - 想要连接到 dynamoDB,得到 AttributeError : 'module' object has no attribute 'connect_to_region' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22718987/

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