xeus-python
xeus-python copied to clipboard
Can't install xeus-python on Win 10, Python 3.9.2?
I am trying to install the kernel in order to use Jupyter Lab debugger without luck:
pip install xeus-python notebook
ERROR: Could not find a version that satisfies the requirement xeus-python
ERROR: No matching distribution found for xeus-python
Python: 3.9.2 pip: 21.0.1 Windows 10.
Please advise how can I solve the issue?
The wheel of xeus-python has not been built on Windows for python 3.9. yet. As an alternative, you can install it with mamba.
See the documentation for more detail, but it basically works as conda (but faster).