jupyter-xeus / xeus-python-wheel

Building a PyPI wheel for xeus-python
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

No xpython executable with the 0.7.1 wheel #54

Closed jtpio closed 4 years ago

jtpio commented 4 years ago

Something we noticed in the debugger tests after updating to 0.7.1:

https://github.com/jupyterlab/debugger/pull/415/checks?check_run_id=614674756

Also reproducible locally with:

(test)
$ pip show xeus-python
Name: xeus-python
Version: 0.7.1
Summary: A wheel for xeus-python
Home-page: UNKNOWN
Author: Sylvain Corlay, Johan Mabille
Author-email: UNKNOWN
License: UNKNOWN
Location: /home/jtp/miniconda/envs/test/lib/python3.8/site-packages
Requires: pygments, jedi
Required-by:

(test)
$ which xpython
xpython not found

With 0.6.8:

(test)
$ pip show xeus-python
Name: xeus-python
Version: 0.6.8
Summary: A wheel for xeus-python
Home-page: UNKNOWN
Author: Sylvain Corlay, Johan Mabille
Author-email: UNKNOWN
License: UNKNOWN
Location: /home/jtp/miniconda/envs/test/lib/python3.8/site-packages
Requires: jedi, pygments
Required-by:

(test)
$ which xpython
/home/jtp/miniconda/envs/test/bin/xpython
jtpio commented 4 years ago

This is actually expected. Instead can use the launcher:

python -m xpython_launcher