Closed trungleduc closed 1 month ago
The host_path variable is not cast into a Path instance, which leads to exception in this call
host_path
Path
https://github.com/jupyterlite/xeus/blob/4f43511a8f72fe40426b73ee63f2675ee59ee296/jupyterlite_xeus/add_on.py#L319
Thanks @trungleduc!
Looks like we'll need https://github.com/jupyterlite/xeus/pull/121 to fix the CI.
Indeed, I was using an outdated fork.
The
host_path
variable is not cast into aPath
instance, which leads to exception in this callhttps://github.com/jupyterlite/xeus/blob/4f43511a8f72fe40426b73ee63f2675ee59ee296/jupyterlite_xeus/add_on.py#L319