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
Hi Anonymous
It's been a while since I heard back from you and I wanted to follow up. Have you had a chance to try the solutions that have been offered?
If the issue has been resolved, can you mark the post as resolved? If you're still experiencing challenges, please feel free to let us know and we'll be happy to continue to help!
Looking forward to your reply!