You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv pip install a directory with a pyproject.toml fails with uv version 0.5.10 (and works with uv<0.5.10)
❯ uv pip install <package-name> @ git+ssh://git@<package_github_url>
Using Python 3.11.11 environment at: ~/miniforge3/envs/uv_test
Updated ssh://git@<package_github_url> (abcdefg)
× Failed to download and build `<package-name> @
│ git+ssh://git@<package_github_url>`
├─▶ Failed to parse: `/home/peter/.cache/uv/git-v0/checkouts/asduhasdf/abcdefg/pyproject.toml`
╰─▶ TOML parse error at line 1, column 1
|
1 | [project]
| ^^^^^^^^^
`pyproject.toml` is using the `[project]` table, but the required `project.version` field is neither set nor present in the `project.dynamic` list
uv pip install
a directory with apyproject.toml
fails with uv version 0.5.10 (and works withuv<0.5.10
)pyproject.toml
looks like:I can successfully install the package with
uv-0.5.9
usinguv pip install <package-name> @ git+ssh://git@<package_github_url>
.The text was updated successfully, but these errors were encountered: