Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scikit-build is required to build this project #9

Open
cygerior opened this issue Jan 17, 2025 · 0 comments
Open

scikit-build is required to build this project #9

cygerior opened this issue Jan 17, 2025 · 0 comments

Comments

@cygerior
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant