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.
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.