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
When attempting to start the kernel it crashes due to an import error:
[I 2023-07-13 06:45:03.807 SingleUserLabApp restarter:72] AsyncIOLoopKernelRestarter: restarting kernel (5/5), new random ports
Traceback (most recent call last):
File "/srv/conda/envs/notebook/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/srv/conda/envs/notebook/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/srv/conda/envs/notebook/lib/python3.10/site-packages/robotkernel/kernel.py", line 10, in <module>
from robotkernel.executors import execute_python
File "/srv/conda/envs/notebook/lib/python3.10/site-packages/robotkernel/executors.py", line 9, in <module>
from robotkernel.builders import build_suite
File "/srv/conda/envs/notebook/lib/python3.10/site-packages/robotkernel/builders.py", line 6, in <module>
from robotkernel.builders_32 import build_suite
File "/srv/conda/envs/notebook/lib/python3.10/site-packages/robotkernel/builders_32.py", line 5, in <module>
from robot.running.builder.parsers import ErrorReporter
ImportError: cannot import name 'ErrorReporter' from 'robot.running.builder.parsers' (/srv/conda/envs/notebook/lib/python3.10/site-packages/robot/running/builder/parsers.py)
The text was updated successfully, but these errors were encountered:
Branch https://github.com/robots-from-jupyter/robotkernel/tree/rf61 probably works now, but I still have a few CI issues to fix before merge, manual acceptance testing and release. (Jupyter Lite build to Read The Docs is broken, and binder build is broken due to some un-pinned build changes.)
Keyword buttons seem to be broken with the latest JupyterLab and Jupyter Widgets. I'll create a new issue and will delay next release until that is fixed.
Can be reproduced by launching a Binder with the following environment configuration:
When attempting to start the kernel it crashes due to an import error:
The text was updated successfully, but these errors were encountered: