-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
possibly-fixedMaybe fixed already, but I can't test it or would like confirmationMaybe fixed already, but I can't test it or would like confirmationpython-compatOnly affects some (possibly older) python versionsOnly affects some (possibly older) python versions
Description
Hi, all.
I'm trying to reinstall gopro-overlay again, but for some reason i get the following:
venv/bin/pip install gopro_overlay
Collecting gopro_overlay
Using cached gopro-overlay-0.126.0.tar.gz (421 kB)
Preparing metadata (setup.py) ... done
Collecting pillow==10.1.0 (from gopro_overlay)
Using cached Pillow-10.1.0.tar.gz (50.8 MB)
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
╰─> [21 lines of output]
Traceback (most recent call last):
File "/home/vic/venv/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
~~~~^^
File "/home/vic/venv/lib/python3.13/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/vic/venv/lib/python3.13/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-qep52n1m/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 334, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-qep52n1m/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/tmp/pip-build-env-qep52n1m/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 320, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 30, in <module>
File "<string>", line 27, in get_version
KeyError: '__version__'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Need to say that this way the cairo installs without any issues.
tried other packages with pip, no problems.
Arch Linux, all up-to-date.
pip 24.3.1 from /usr/lib/python3.13/site-packages/pip (python 3.13)
honestly I've got no idea what that bloody wheel,
last time, ~6 month ago it all installed well, but now problems
please, could anyone help
thank you
Metadata
Metadata
Assignees
Labels
possibly-fixedMaybe fixed already, but I can't test it or would like confirmationMaybe fixed already, but I can't test it or would like confirmationpython-compatOnly affects some (possibly older) python versionsOnly affects some (possibly older) python versions