-
-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Description
I have a workspaces based on uv, and I use uv sync to install my monorepo.
I include setuptools-scm in build-system.requires so that sdist can automatically include files tracked by git.
Notably, I do not use dynamic = ["version"]; instead, I specify the version manually. In other words, I only use setuptools-scm to track git files.
This worked fine with setuptools-scm 8.3.1, but after upgrading to 9.0.0, it fails with:
LookupError: setuptools-scm was unable to detect version for /Users/runner/work/pytauri/pytauri/tests/pytauri-test.
(uv) pip install -e ./python/pytauri-wheel also fails unless --no-build-isolation is specified.
Elvynzs, fellhorn, vlad-ivanov-name, swils23 and watsonjj
Metadata
Metadata
Assignees
Labels
No labels