Closed padamson closed 10 months ago
The Python version of the 01-analyze-text exercise requires the dotenv package which is missing from the base Python environment on Azure.
Error occurs at Step 6 in section "Prepare to use the Azure AI Language SDK for text analytics" of 01-analyze-text.md.
01-analyze-text.md
https://github.com/MicrosoftLearning/mslearn-ai-language/blob/main/Instructions/Exercises/01-analyze-text.md
Add pip install python-dotenv to above file.
pip install python-dotenv
Description
The Python version of the 01-analyze-text exercise requires the dotenv package which is missing from the base Python environment on Azure.
Screenshots
To Reproduce
Error occurs at Step 6 in section "Prepare to use the Azure AI Language SDK for text analytics" of
01-analyze-text.md
.Files
https://github.com/MicrosoftLearning/mslearn-ai-language/blob/main/Instructions/Exercises/01-analyze-text.md
Tasks
Add
pip install python-dotenv
to above file.