jupyter-xeus / xeus-robot

Jupyter kernel for Robot Framework
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

xeus-zmq not found on MacOS #100

Open softstream-link opened 11 months ago

softstream-link commented 11 months ago
channels:
  - conda-forge

name: xeus_robot_env

dependencies:
  - xeus-robot
  - jupyterlab=3

Reason: tried: '.../micromamba/envs/xeus_robot_env/bin/../lib/libxeus-zmq.1.dylib' (no such file), '.../micromamba/envs/xeus_robot_env/bin/../lib/libxeus-zmq.1.dylib' (no such file), '/usr/local/lib/libxeus-zmq.1.dylib' (no such file), '/usr/lib/libxeus-zmq.1.dylib' (no such file, not in dyld cache)

Downgrading xeus-robot to =0.4.4 works but then you missing basic features such as robot output

Also upgrading to jupyterlab=4 losses syntax highlighting