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
Hi, I just installed this with pip, but I'm getting this error when I try to use it.
AttributeError: partially initialized module 'emergent' has no attribute 'ChatAgent' (most likely due to a circular import)
I'd really appreciate it if someone could help me out. I'm using Python 3.11 for reference.
The text was updated successfully, but these errors were encountered:
Did you install via: pip install git+https://github.com/kyb3r/emergent
pip install git+https://github.com/kyb3r/emergent
Sorry, something went wrong.
That's correct. I tried making a venv and still had the same issue. I've yet to try with a different version of Python.
I realized I'm just using it wrong.
No branches or pull requests
Hi, I just installed this with pip, but I'm getting this error when I try to use it.
I'd really appreciate it if someone could help me out. I'm using Python 3.11 for reference.
The text was updated successfully, but these errors were encountered: