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

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__))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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