codeinterpreter-api
codeinterpreter-api copied to clipboard
ModuleNotFoundError: Jupyter Kernel Gateway not found... but I've ran pip install jupyter_kernel_gateway, and it does seem to work on its own
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
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
Same problem. Any thoughts on this?