Replies: 1 comment
-
|
PS C:\Users\xiru\agent-framework\python\samples\02-agents\devui> pip show -f agent-framework |
Beta Was this translation helpful? Give feedback.
-
|
PS C:\Users\xiru\agent-framework\python\samples\02-agents\devui> pip show -f agent-framework |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the instruction to take a try with the samples, but it failed with following error:
C:\Users\xiru\agent-framework\python\samples\02-agents\devui\weather_agent_azure>python agent.py
Traceback (most recent call last):
File "C:\Users\xiru\agent-framework\python\samples\02-agents\devui\weather_agent_azure\agent.py", line 23, in
from agent_framework.foundry import FoundryChatClient
ModuleNotFoundError: No module named 'agent_framework.foundry'
I've run pip install agent-framework --pre and pip install agent-framework-devui --pre multiple times, but it seems:
The
agent_frameworkpackage is installed but there's noFoundryChatClientAnything more I need to take care please?
Beta Was this translation helpful? Give feedback.
All reactions