#autogen.agentchat.contrib.capabilities.teachability module does not exist

1 messages · Page 1 of 1 (latest)

vague vector
#

Hi im having some troubles importing this library despite downloading all the required modules for autogen on python.
I am coding on VS code and the error "autogen.agentchat.contrib.capabilities.teachability" module does not exist keeps popping up, was hoping to see if anyone else faced this issue

was following this github page as a reference for my project
https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teachability.ipynb

GitHub

Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ - microsoft/autogen

fickle gazelle
#

Did you pip install autogen or pyautogen?

#

pyautogen is the correct one.

#

After installing pyautogen in the virtual environment, the next step is to make VS code use this environment.

coral plank
#

@vague vector you need to install it like:
pip install "pyautogen[teachable]"