Forum Discussion
Anonymous
1 year agoNot applicable
why it breaks at line 28?
with line 28 uncommented, it throws error below: PythonException: An exception was thrown from the Python worker. Please see the stack trace below. Traceback (most recent call last): File "/op...
- 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
v-csrikanth
Community Support
1 year agoHi Anonymous
As highlighted by nilendraFabric , the proposed approach appears to effectively address your requirements.
Could you please confirm if your issue has been resolved?
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.
Thanks
Cheri Srikanth