MicrosoftLearning / MicrosoftLearning/mslearn-ai-language
Lab 5 Python Runtime Error: Environment Installing httpx2 Instead of Required httpx
- Dominant language
- Python
- Stars
- 273
- Forks
- 544
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
Hey there,
Lab 5: Azure Speech MCP
Ex: Configure the application
Step: 5
The Python script failed due to the environment installing httpx2 instead of httpx, which the sample code requires. Installing the correct package with python -m pip install httpx resolved the issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Lab 5, Azure Speech MCP, under “Configure the application,” Step 5, and inspect how the Python environment installs its dependencies. Confirm the environment installs the required httpx package rather than httpx2, then verify that the sample Python script runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100