Hi, I received the following error when importing this library: ``` ModuleNotFoundError: No module named 'azure.cosmosdb' ``` I have installed the lates version (1.0.6) using pip: ``` pip install -U azure-cosmosdb-table ``` But, this doesnt work: ``` python3 -c 'from azure.cosmosdb.table import TableService' ``` I am using Python 3.7 (version which I havent seen in the requirements) Is Python 3.7 not supported or there is something else? Will 3.7 be supported? Thanks
Hi,
I received the following error when importing this library:
I have installed the lates version (1.0.6) using pip:
But, this doesnt work:
I am using Python 3.7 (version which I havent seen in the requirements) Is Python 3.7 not supported or there is something else? Will 3.7 be supported?
Thanks