Skip to content
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 not found... but I've ran pip install jupyter_kernel_gateway, and it does seem to work on its own #119

Open
Manchovies opened this issue Sep 15, 2023 · 2 comments

Comments

@Manchovies
Copy link

ModuleNotFoundError: Jupyter Kernel Gateway not found, please install it with: pip install jupyter_kernel_gateway to use the LocalBox.
Traceback:
File "C:\Users\sonic\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "C:\codeinterpreter-api\frontend\app.py", line 104, in
asyncio.run(get_session())
File "C:\Users\sonic\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\sonic\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
return future.result()
File "C:\codeinterpreter-api\frontend\app.py", line 100, in get_session
async with CodeInterpreterSession(model='gpt-3.5-turbo',
File "C:\Users\sonic\AppData\Local\Programs\Python\Python310\lib\site-packages\codeinterpreterapi\session.py", line 478, in aenter
await self.astart()
File "C:\Users\sonic\AppData\Local\Programs\Python\Python310\lib\site-packages\codeinterpreterapi\session.py", line 87, in astart
status = SessionStatus.from_codebox_status(await self.codebox.astart())
File "C:\Users\sonic\AppData\Local\Programs\Python\Python310\lib\site-packages\codeboxapi\box\localbox.py", line 170, in astart
raise ModuleNotFoundError(

@ubergeekseven
Copy link

I have the same issue. Asyncio seems to be my issue as of now. I am going to troubleshoot further tomorrow. Just wanted to test this and build from it because langchain is a beast and this repo has potential

@MarkB122
Copy link

MarkB122 commented Dec 2, 2023

Same problem. Any thoughts on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants