Zanie Blue
Zanie Blue
Interesting! What's `sysconfig.get_platform()`? For reference, this is the script we use to retrieve platform information from the interpreter https://github.com/astral-sh/uv/blob/a513301b7a0a5d1dd840868ccfb82f49cbdbcd48/crates/uv-python/python/get_interpreter_info.py
I don't think relative paths are allowed there per the specification https://github.com/pypa/setuptools/discussions/2951 It sounds like you're looking for https://docs.astral.sh/uv/concepts/projects/dependencies/#path
@vikramcee Do you have a working example?
Related - https://github.com/astral-sh/uv/issues/3163
Users do sometimes report things with `-vvv` assuming that's best practice for reporting an issue.
We're interested in something like `uvx --locked`, but it's complicated because (as you said) the wheel doesn't include the lockfile. I expect we'll design something here eventually, but it's not...
Yeah, we don't support that yet. Installations from remote source trees (like Git) still currently go through the fully "standardized" package build and install path — which does not allow...
Moving to https://github.com/astral-sh/uv/issues/13414
This is on our roadmap :)