Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import autogen issue #10

Open
DrRoad opened this issue May 28, 2024 · 2 comments
Open

import autogen issue #10

DrRoad opened this issue May 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@DrRoad
Copy link

DrRoad commented May 28, 2024


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
Copy link

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

@BruceYanghy BruceYanghy self-assigned this May 28, 2024
@BruceYanghy BruceYanghy added the bug Something isn't working label May 28, 2024
@DrRoad
Copy link
Author

DrRoad commented May 29, 2024

I have installed thepyautogen but getting this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@DrRoad @BruceYanghy @NeverOccurs and others