ModuleNotFoundError: No module named 'azure.ai.projects' #11492
-
hi All, I am trying to setup an AgentGroupChat system using Semantic-Kernel Python SDK. Packages installed: I have tried installing these packages by both creating virtual env and then installing and also globally installing them on my system. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @aayushrajj can you please let us know which version of the SK Python package you have installed? Additionally, per our docs, you'll need to install the azure extra: pip install semantic-kernel[azure] That pulls in the required packages, like |
Beta Was this translation helpful? Give feedback.
Hello @aayushrajj can you please let us know which version of the SK Python package you have installed? Additionally, per our docs, you'll need to install the azure extra:
That pulls in the required packages, like
azure.ai.projects
.