Skip to content

pyproject.toml's [project] table requires a version field which is non-existent #1337

@huyndao

Description

@huyndao

Describe the bug
pyproject.toml's [project] table requires a version field which is non-existent, causes the following error when install with uv.

 × Failed to download and build `dowhy @ git+https://github.com/py-why/dowhy.git`
  ├─▶ Failed to parse: `/home/$USER/.cache/uv/git-v0/checkouts/038fc6287aaa7a36/3122028/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

Version information:

  • DoWhy version 0.13 (from github)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions