xeus-python icon indicating copy to clipboard operation
xeus-python copied to clipboard

Can't install xeus-python on Win 10, Python 3.9.2?

Open stevesolun opened this issue 4 years ago • 1 comments

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?

stevesolun avatar Mar 30 '21 16:03 stevesolun

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).

JohanMabille avatar Mar 30 '21 16:03 JohanMabille