I am running
from azure.data.tables import TableServiceClient
and getting the error below. The package is installed using pip. Running MACOS. why do I get the error?
from azure.data.tables import TableServiceClient
ModuleNotFoundError: No module named 'azure'