Not installable when using Python3.12
eilmiv opened this issue · 1 comments
eilmiv commented
The problem seems to be an old version of versioneer, updating it would likely fix this.
I have also seen a "minimal fix" in some pull requests: e.g. dask/distributed#6613
Also, the error trace for completeness:
$ python --version
Python 3.12.0
$ pip install pyunicore
Collecting pyunicore
Downloading pyunicore-0.15.1.tar.gz (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.2/54.2 kB 1.3 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [29 lines of output]
Traceback (most recent call last):
File "/home/eilmiv/anaconda3/envs/py3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/home/eilmiv/anaconda3/envs/py3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/eilmiv/anaconda3/envs/py3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-psn_yilh/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 355, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-psn_yilh/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 325, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-psn_yilh/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 507, in run_setup
super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script)
File "/tmp/pip-build-env-psn_yilh/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 341, in run_setup
exec(code, locals())
File "<string>", line 28, in <module>
File "/tmp/pip-install-vdf05dtw/pyunicore_79b2ade54c774ddbb5f3f21558d315ee/versioneer.py", line 1553, in get_version
return get_versions()["version"]
^^^^^^^^^^^^^^
File "/tmp/pip-install-vdf05dtw/pyunicore_79b2ade54c774ddbb5f3f21558d315ee/versioneer.py", line 1482, in get_versions
cfg = get_config_from_root(root)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-vdf05dtw/pyunicore_79b2ade54c774ddbb5f3f21558d315ee/versioneer.py", line 339, in get_config_from_root
parser = configparser.SafeConfigParser()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
BerndSchuller commented
thanks! Fix is available in version 0.15.2