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.
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.