MicrosoftLearning / mslearn-ai-language

Lab files for Azure AI Language modules
https://microsoftlearning.github.io/mslearn-ai-language/
MIT License
127 stars 260 forks source link

01-analyze-text Python exercise requires missing python-dotenv package #13

Closed padamson closed 10 months ago

padamson commented 11 months ago

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

image

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.