Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

azure.cosmosdb.table not found #50

@martinr18

Description

@martinr18

Problem:
azure.cosmosdb.table not found when azure-cosmosdb-table is installed via setuptools in development mode:

import azure.cosmosdb.table

ModuleNotFoundError: No module named 'azure.cosmosdb.table'

Quick fix:
Remove azure_cosmosdb_nspkg-2.0.2-py3.7.egg/azure/cosmosdb/__init__.py from site-packages folder:

import os, azure.cosmosdb
os.remove(str(azure.cosmosdb.__file__))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions