-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Hi All,
I have copied the multi-agent conversation framework example python code, added an openai api key line and pip installed pyautogen.
When running the script i receive the following error:
File "/Users/XXXX/Desktop/autogen/app.py", line 1, in
from autogen import AssistantAgent, UserProxyAgent, config_list_from_json
ModuleNotFoundError: No module named 'autogen'
To rectify I have pip uninstalled then pip installed pyautogen to no avail.
Any help would be appreciated.
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation