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

uv 0.5.10 cannot install Polars from git #9989

Closed
ritchie46 opened this issue Dec 18, 2024 · 1 comment
Closed

uv 0.5.10 cannot install Polars from git #9989

ritchie46 opened this issue Dec 18, 2024 · 1 comment

Comments

@ritchie46
Copy link

$ uv pip install git+https://github.com/pola-rs/polars.git@00837b8ab9197e44fab9c398699e61e8d611c924#subdirectory=py-polars

succeeds on 0.5.9, but fails on 0.5.10.

  × Failed to download and build `polars @
  │ git+https://github.com/pola-rs/polars.git@00837b8ab9197e44fab9c398699e61e8d611c924#subdirectory=py-polars`
  ├─▶ Failed to parse: `/home/ritchie46/.cache/uv/git-v0/checkouts/e54880a276d63f63/00837b8ab/py-polars/pyproject.toml`
  ╰─▶ TOML parse error at line 5, column 1
        |
      5 | [project]
        | ^^^^^^^^^
      `pyproject.toml` is using the `[project]` table, but the required `project.version` field is neither set nor present in the
      `project.dynamic` list

We don't have a version set, as that is handled by maturin during build.

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