You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Azure Cosmos DB is Microsoft’s globally distributed multi-model database servi
24
24
*[Visual Studio Code](https://code.visualstudio.com/)
25
25
*[Python extention for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python#overview)
26
26
*[Python 3.6+](https://www.python.org/downloads/) with \<install location\>\Python36 and \<install location>\Python36\Scripts added to your PATH.
27
-
*[Azure Cosmos DB Python SDK](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cosmos/azure-cosmos) - Install with this command: `pip install --pre azure-cosmos`
27
+
*[Azure Cosmos DB Python SDK](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cosmos/azure-cosmos) - Install with this command: `pip install azure-cosmos`
@@ -44,15 +44,6 @@ Azure Cosmos DB is Microsoft’s globally distributed multi-model database servi
44
44
Query returned 2 items. Operation consumed 3.09 request units
45
45
```
46
46
47
-
* If you see the following error, then ensure you have installed the Azure Cosmos DB SDK properly with the `--pre` flag. See prerequisites section above for details.
48
-
49
-
```
50
-
Traceback (most recent call last):
51
-
File "cosmos_get_started.py", line 1, in <module>
52
-
from azure.cosmos import exceptions, CosmosClient, PartitionKey
53
-
ImportError: cannot import name 'exceptions' from 'azure.cosmos' (...\lib\site-packages\azure\cosmos\__init__.py)
54
-
```
55
-
56
47
* You can view the items that this sample created by navigating to the [Azure Cosmos DB Data Explorer](https://cosmos.azure.com/) and selecting the AzureSampleFamilyDatabase:
57
48
58
49

0 commit comments