|
From: Robert W. <chu...@gm...> - 2026-07-26 11:47:17
|
Hello fink folks!
I’m running beta OS software, but I don’t think that’s the root of this problem. I’m not a python guru, but my meager understanding is that python lists don’t have a names attribute. Happy to test solutions locally.
Thanks in advance!
Robert
setuptools-68.0.0/tox.ini
sudo -u fink-bld [ENV] sh -c /tmp/fink.S9792
PYTHONPATH=/opt/sw/share/bootstrap-modules-python38 /opt/sw/bin/python3.8 -m build --wheel --no-isolation --skip-dependency-check
* Building wheel...
Traceback (most recent call last):
File "/opt/sw/share/bootstrap-modules-python38/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
main()
File "/opt/sw/share/bootstrap-modules-python38/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
File "/opt/sw/share/bootstrap-modules-python38/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
return _build_backend().build_wheel(
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/build_meta.py", line 416, in build_wheel
return self._build_with_temp_dir(['bdist_wheel'], '.whl',
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/build_meta.py", line 401, in _build_with_temp_dir
self.run_setup()
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/build_meta.py", line 338, in run_setup
exec(code, locals())
File "<string>", line 87, in <module>
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/__init__.py", line 107, in setup
return distutils.core.setup(**attrs)
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/_distutils/core.py", line 159, in setup
dist.parse_config_files()
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/dist.py", line 892, in parse_config_files
self._parse_config_files(filenames=inifiles)
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/dist.py", line 745, in _parse_config_files
opt = self.warn_dash_deprecation(opt, section)
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/dist.py", line 781, in warn_dash_deprecation
self._setuptools_commands(),
File "/opt/sw/src/fink.build/setuptools-tng-py38-68.0.0-1/setuptools-68.0.0/setuptools/dist.py", line 805, in _setuptools_commands
return metadata.distribution('setuptools').entry_points.names
AttributeError: 'list' object has no attribute 'names'
ERROR Backend subprocess exited when trying to invoke build_wheel
Package manager version: 0.45.99.git
Distribution version: selfupdate-git Sun Jul 26 06:28:07 2026, 26.0, arm64
Trees: local/main stable/main local/injected
Xcode.app: 27.0
Xcode command-line tools: 27.0.0.0.1784267383
Max. Fink build jobs: 12
|