猿问

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

运行 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 ://docs.microsoft.com/en-us/azure/cosmos-db/create-sql-api-python


芜湖不芜
浏览 168回答 2
2回答

胡说叔叔

安装最新的 azure-cosmos 包:pip3&nbsp;install&nbsp;--upgrade&nbsp;azure-cosmos然后像这样导入包:from&nbsp;azure.cosmos&nbsp;import&nbsp;exceptions,&nbsp;CosmosClient,&nbsp;PartitionKey官方包页面中有更多详细信息here

开心每一天1111

我能够解决这个问题:只需调用“python3.6 CosmosGetStarted.py”而不是“python CosmosGetStarted.py”
随时随地看视频慕课网APP

相关分类

Python
我要回答