-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
needs-designNeeds discussion, investigation, or designNeeds discussion, investigation, or design
Milestone
Description
I have a setuptools.build_meta backend monorepo with a pyproject.toml package named packagename in a subfolder. I specify its dependency in a requirements.txt at the repo root: package-name @ file://${PROJECT_ROOT}/packagename
In /Users/user/code/repo-root, running uv pip install --no-cache . works fine.
Moving up one directory to /Users/user/code and running uv pip install --no-cache ./repo fails:
error: Distribution not found at: file:///Users/user/code/packagename
Can we somehow know PROJECT_ROOT should be ./repo, instead of ./ in this case?
I am using uv 0.1.38 (0b23caa18 2024-04-24)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-designNeeds discussion, investigation, or designNeeds discussion, investigation, or design