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
We haven't heard from you since last response and just wanted to check whether the solution provided has worked for you. If yes, please Accept as Solution to help others benefit in the community.
Thank you,
Cheri Srikanth.