When I try to import the Cosmos DB client I get the following error:
"from azure.cosmos import CosmosClient, PartitionKey, exceptions
ImportError: cannot import name 'CosmosClient' from 'azure.cosmos' (C:\Users\markl\AppData\Local\Programs\Python\Python37-32\lib\site-packages\azure\cosmos_init_.py)"
I have installed azure-cosmos, I am running Python 3.7.
Any help much appreciated.