We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
哥们儿没装autogen框架啊,在当前环境下pip install pyautogen就行了。
Sorry, something went wrong.
I have installed thepyautogen but getting this error
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?
BruceYanghy
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: