Opened 23 months ago

Last modified 23 months ago

#65378 closed defect

xonsh fails to installl — at Version 1

Reported by: bestlem Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: Schamschula (Marius Schamschula), bestlem
Port: xonsh

Description (last modified by bestlem)

xonsh 0.12.5 does not install.

the error also occurs on the build bots. e.g. https://build.macports.org/builders/ports-12_arm64-builder/builds/55949/steps/install-port/logs/stdio

The error seems to be (on my machine)

:info:build Traceback (most recent call last):
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_shells_xonsh/xonsh/work/xonsh-xonsh-db51410/setup.py", line 14, in <module>
:info:build     from wheel.bdist_wheel import bdist_wheel
:info:build ModuleNotFoundError: No module named 'wheel'

I got xonsh to build by installing py310-wheel. So that is a required fix. xonsh +python39 needs a similar fix.

Change History (1)

comment:1 Changed 23 months ago by bestlem

Description: modified (diff)
Note: See TracTickets for help on using tickets.