You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've been getting a Jupyter_kernel_gateway ModuleNotFoundError in last couple of weeks . Please see attached image for error description and source. Request a help on this as soon as possible.
Steps to reproduce
use import statement :from autogen.coding.jupyter import JupyterCodeExecutor , LocalJupyterServer
Model Used
No response
Expected Behavior
No error message
Screenshots and logs
Using '!pip install 'pyautogen[jupyter-executor]'' ' it gets installed as :
jupyter-kernel-gateway in /opt/conda/lib/python3.10/site-packages (from pyautogen[jupyter-executor]) (3.0.1) . Please have a look at attached txt file for complete log.
Jupyter_kernel_gateway.txt
Using pip list I can see : jupyter-kernel-gateway version 3.0.1 .
However when go to folder where site packages get installed. it only shows as in attached picture here.
It's been due to this commit. ecf77c5
I can see this class import is not being used anywhere. Is it something can be taken care of .
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi Team ,
Recently I've been getting a Jupyter_kernel_gateway ModuleNotFoundError in last couple of weeks . Please see attached image for error description and source. Request a help on this as soon as possible.
Steps to reproduce
use import statement :from autogen.coding.jupyter import JupyterCodeExecutor , LocalJupyterServer
Model Used
No response
Expected Behavior
No error message
Screenshots and logs
Using '!pip install 'pyautogen[jupyter-executor]'' ' it gets installed as :
jupyter-kernel-gateway in /opt/conda/lib/python3.10/site-packages (from pyautogen[jupyter-executor]) (3.0.1) . Please have a look at attached txt file for complete log.
Jupyter_kernel_gateway.txt
Using pip list I can see : jupyter-kernel-gateway version 3.0.1 .
However when go to folder where site packages get installed. it only shows as in attached picture here.
It's been due to this commit. ecf77c5
I can see this class import is not being used anywhere. Is it something can be taken care of .
Additional Information
No response
The text was updated successfully, but these errors were encountered: