AI4Finance-Foundation / FinRobot

FinRobot: An Open-Source AI Agent Platform for Financial Analysis using LLMs 🚀 🚀 🚀
https://ai4finance.org
Apache License 2.0
1.63k stars 252 forks source link

import autogen issue #10

Open DrRoad opened 5 months ago

DrRoad commented 5 months ago

ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 2 1 import os ----> 2 import autogen 3 from textwrap import dedent 4 from finrobot.utils import register_keys_from_json

ModuleNotFoundError: No module named 'autogen'

NeverOccurs commented 5 months ago

哥们儿没装autogen框架啊,在当前环境下pip install pyautogen就行了。

DrRoad commented 5 months ago

I have installed thepyautogen but getting this error

Vishnuujain commented 4 months ago

ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 2 1 import os ----> 2 import autogen 3 from textwrap import dedent 4 from finrobot.utils import register_keys_from_json

ModuleNotFoundError: No module named 'autogen'

Have you able to resolve this?