python-tksvg
python-tksvg copied to clipboard
scikit-build is required to build this project
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 "
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.
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 ?