Python imports
from azure.ai.documentintelligence import DocumentIntelligenceClientbut keep getting the error:
ModuleNotFoundError: No module named 'azure'The library is normally installed with pip:
pip install azure-ai-documentintelligence and I have included in my scriptIs it looking for the
azure module because the import statement says from azure.xxxxx import yyy?How can I import this