-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
ModuleNotFoundError: No module named 'autogen' #292
Comments
@gsorlin Try I have no idea if this would work for you, just a guess. |
here are some solution what you could try:
|
Thank you all for you tips and help! I ended up just installing Code Interpreter and having GPT4 fix it for me 😅. Now working as expected! |
Did anyone get a fix?? Same issue with not finding module even though ive got it installed in the conda env and have that load in interpretor and pyautogen shows up when i conda list the env from the terminal! |
same issue here |
@gsorlin hey check out how many people you could help if you shared the solution that Code Interpreter found for you |
same issue here
in python and check all the paths, you might find autogen is not there. Something to look into, devs? For me, autogen is in:
whereas
Solution: copy everything from |
This is not the problem. See my comment above for the real solution |
Right. Thanks for point this out. |
Hello, I just tested the config and I encountered the same error
|
I'm getting this error when trying to import autogen into my project. Initial steps I followed during setup in the terminal in VS Code:
1/ Conda create -n autogen python=3.11.4
2/ Conda activate autogen
3/ pip install pyautogen
4/ python --version (confirmed I'm on correct version)
Troubleshooting steps I've tried so far without success:
1/ Confirmed everything is running python 3.11.4
2/ Uninstalled and reinstalled pyautogen (also confirmed I didn't accidentally install autogen)
3/ Tried uninstalling, then starting the install fresh in venv.
Any other ideas about how to get past this point?
The text was updated successfully, but these errors were encountered: