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
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(
The text was updated successfully, but these errors were encountered:
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
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(
The text was updated successfully, but these errors were encountered: