gpt4 book ai didi

python - 没有名为 azure.cosmos.cosmos_client 的模块

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

我在运行 azure cosmos db 的示例 python 脚本时遇到下一个错误:

Traceback (most recent call last):
File "CosmosGetStarted.py", line 1, in <module>
import azure.cosmos.cosmos_client as cosmos_client
ImportError: No module named azure.cosmos.cosmos_client

我试图根据下一本手册做所有事情: https://learn.microsoft.com/en-us/azure/cosmos-db/create-sql-api-python

最佳答案

安装最新的 azure-cosmos 包:

pip3 install --upgrade azure-cosmos

然后像这样导入包:

from azure.cosmos import exceptions, CosmosClient, PartitionKey

更多详情请见官方套餐页面here

关于python - 没有名为 azure.cosmos.cosmos_client 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57868420/

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