Hi all,
I face error at the end of the “.whl” generation file with wxpython 4.2.5.
It occurs on both Ubuntu 26.04 / Fedora 44 with python 3.14.
I use Virtualenv.
I launch the command :
pip wheel -v wxPython-4.2.5.tar.gz 2>&1 | tee build.log
And it fails with this message :
check.warn(importable)
copying wx/_adv.cpython-314-x86_64-linux-gnu.so -> build/lib.linux-x86_64-cpython-314/wx
copying wx/_aui.cpython-314-x86_64-linux-gnu.so -> build/lib.linux-x86_64-cpython-314/wx
copying wx/_core.cpython-314-x86_64-linux-gnu.so -> build/lib.linux-x86_64-cpython-314/wx
error: [Errno 122] Disk quota exceeded
error: subprocess-exited-with-error
× Building wheel for wxPython (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> No available output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /home/kredge/Development/GestConsoPhoenix4.2.5--1.4.4/env4.2.5-py3.14/bin/python3 /home/kredge/Development/GestConsoPhoenix4.2.5--1.4.4/env4.2.5-py3.14/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /tmp/tmpsofo8g_4
cwd: /tmp/pip-req-build-zyqll7hg
Building wheel for wxPython (pyproject.toml): finished with status 'error'
ERROR: Failed building wheel for wxPython
Failed to build wxPython
ERROR: Failed to build one or more wheels
My systems are on Virtualbox with 16 Go free disk, and 8 Go for my /tmp folder.
Anyone else encountered this issue ?
Thanks for reading.