MicrosoftLearning / MicrosoftLearning/mslearn-ai-language

Lab 5 Python Runtime Error: Environment Installing httpx2 Instead of Required httpx

Open
#148 0 comments 0 reactions 0 assignees View on GitHub

@ivorb is already working on this.

Since Aug 19, 2026.

  • #150 by @ivorb — open
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.