python-tksvg icon indicating copy to clipboard operation
python-tksvg copied to clipboard

scikit-build is required to build this project

Open cygerior opened this issue 10 months ago • 1 comments

when installing this package from a python 3.12 it seems that scikit-build is required to build and not only "scikit-build-core"

please update pyproject.toml accordingly

[build-system] requires = ["scikit-build"] build-backend = "scikit_build_core.build"

python -m pip install tksvg Collecting tksvg Downloading tksvg-0.7.4.tar.gz (50 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] scikit-build is required to build this project install with python -m pip install scikit-build Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-l7z1zf22/tksvg_1ba9ffc30cdb480ab8e371fc553ce89a/setup.py", line 28, in from skbuild import setup ModuleNotFoundError: No module named 'skbuild' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

cygerior avatar Jan 17 '25 17:01 cygerior

Hi maintainers ! I'm facing the same problem

It seems this has been addressed in #6 ; however there wasn't any release since.

Can you share your plans on a possible future version release ? Or are you waiting for a contribution on the matter ?

Arpafaucon avatar Sep 15 '25 14:09 Arpafaucon