* Building wheel...
Traceback (most recent call last):
File "/usr/lib/python3.14/vendor-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
main()
~~~~^^
File "/usr/lib/python3.14/vendor-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/vendor-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
return _build_backend().build_wheel(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
wheel_directory, config_settings, metadata_directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3.14/vendor-packages/hatchling/build.py", line 58, in build_wheel
return os.path.basename(next(builder.build(directory=wheel_directory, versions=["standard"])))
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/vendor-packages/hatchling/builders/plugin/interface.py", line 149, in build
build_hook.initialize(version, build_data)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/data/builds/ul-mass-rebuild/components/python/tox/build/amd64-3.14/hatch_build.py", line 19, in initialize
for line in (root / "docs" / "man" / "tox.1.rst").read_text(encoding="utf-8").splitlines()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/pathlib/__init__.py", line 787, in read_text
with self.open(mode='r', encoding=encoding, errors=errors, newline=newline) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/pathlib/__init__.py", line 771, in open
return io.open(self, mode, buffering, encoding, errors, newline)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/data/builds/ul-mass-rebuild/components/python/tox/build/amd64-3.14/docs/man/tox.1.rst'
ERROR Backend subprocess exited when trying to invoke build_wheel
$ wget https://files.pythonhosted.org/packages/source/t/tox/tox-4.50.1.tar.gz
$ gtar xf tox-4.50.1.tar.gz
$ cd tox-4.50.1
$ /usr/bin/python3.14 -m build --wheel --no-isolation
Issue
I'm trying to build a wheel from the sdist, but it fails with:
The command used to build wheel is:
/usr/bin/python3.14 -m build --wheel --no-isolationEnvironment
Provide at least:
Output of
pip listof the host Python, wheretoxis installedOutput of running tox
NA
Minimal example