Skip to content

Can't start kernel on 4.0.5 #260

@trungleduc

Description

@trungleduc

Description

I can't start the kernel and get 404 on this request http://127.0.0.1:5445/xeus/xeus-kernels/libxeus.so

Image

Reproduce

  1. Create new env
mamba create -n xeus-bug python=3.13 jupyterlite jupyterlite-xeus
  1. Create environment.yml file
name: xeus-kernels
channels:
  - https://prefix.dev/emscripten-forge-dev
  - https://prefix.dev/conda-forge
dependencies:
  - xeus-python
  1. Build and serve JupyterLite
jupyter lite build  --output-dir _output
python -m http.server 5445 --directory _output
  1. Go to http://127.0.0.1:5444/ and start a kernel

Expected behavior

I can start a kernel

Context

jupyterlite               0.6.2              pyhe01879c_0    conda-forge
jupyterlite-core          0.6.2              pyhe01879c_0    conda-forge
jupyterlite-xeus          4.0.5              pyhd8ed1ab_0    conda-forge

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions