-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 - Jupyter Kernel Gateway #4891
Comments
Wrong repo to start with :-) Don't ask me why, but there is a fork of autogen v2 called ag2 https://github.com/ag2ai/ag2. And the pip package autogen, pyautogen and ag2 are both from that repository. This repository on the other hand is available as https://pypi.org/project/autogen-agentchat/. |
As to why it is happening. There was a change a few days ago with this import: I am not sure if this import is valid itself. But as a first debugging strategy you could have a look whether |
Just posted on ag2ai/ag2#353 |
Yeah, I just did a quick test and I think Yes you should open the issue in the other repo (or switch to this autogen version here) |
Thanks Leon. closing from here .I'll track posted on ag2ai/ag2#353 . It would take some time to me to switch autogen version here. |
They are pretty much the same, when you take the v0.2 version: https://github.com/microsoft/autogen/releases/tag/v0.2.40, which is still supported. |
@Leon0402 many thanks! |
What happened?
Hi Team ,
Recently I've been getting a Jupyter_kernel_gateway ModuleNotFoundError. Has something changed recently in last couple of weeks which is causing this error. I use '!pip install autogen' and '!pip install 'pyautogen[jupyter-executor]'' to work with autogen library. Please see attached image for error desription and source. Request a help on this as soon as possible.
What did you expect to happen?
No error message
How can we reproduce it (as minimally and precisely as possible)?
use import statement :
from autogen.coding.jupyter import JupyterCodeExecutor , LocalJupyterServer
AutoGen version
Name: autogen Version: 0.6.1
Which package was this bug in
Core
Model used
No response
Python version
No response
Operating system
No response
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: