Closed sm18lr88 closed 5 months ago
Make sure you have pyautogen installed. pip list | grep autogen
and verify your installation.
If it's properly installed, can you provide the version of pyautogen you're using
Thanks. I recreated the conda environment, reinstalled all the requirements, and it then worked.
Something mist have happened to my original environment.
Sorry for my error.
Description: I encountered an
ImportError
when running theagent_annual_report.ipynb
notebook. The error occurs in theworkflow.py
file while attempting to importregister_function
from theautogen
package.Error Message:
Steps to Reproduce:
agent_annual_report.ipynb
notebook.Environment:
Expected Behavior: Successful import of
register_function
from theautogen
package without any errors.Actual Behavior: The import statement fails, raising an
ImportError
.Relevant Code:
Thanks