Forum Discussion
why it breaks at line 28?
- 1 year ago
Hello Anonymous
The error "ModuleNotFoundError: No module named 'azure.ai'" occurs in a Fabric notebook when the required Azure AI Python package is not installed in the current environment.
Install this package either as part of session or in Environment.
%pip install azure-ai-textanalytics
After installation, verify that the package is installed correctly:%pip show azure-ai-textanalytics
If this is helpful , please accept the answer
Hello Anonymous
The error "ModuleNotFoundError: No module named 'azure.ai'" occurs in a Fabric notebook when the required Azure AI Python package is not installed in the current environment.
Install this package either as part of session or in Environment.
%pip install azure-ai-textanalytics
After installation, verify that the package is installed correctly:
%pip show azure-ai-textanalytics
If this is helpful , please accept the answer