zilliztech / zilliztech/VectorDBBench
uv sync --all-extras fails
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 438
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
$ uv sync --all-extras
× No solution found when resolving dependencies:
╰─▶ Because endee==0.1.10 depends on pydantic==1.10.26 and vectordb-bench[endee] depends on endee==0.1.10, we can conclude that vectordb-bench[endee] depends on pydantic==1.10.26.
And because your project depends on pydantic>=2.0,<3 and your project requires vectordb-bench[endee], we can conclude that your project's requirements are unsatisfiable.
This is a dependencies incompatible issue. HEAD is c2a6f859831d6d63ce2385d189809839b123a0ae.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running uv sync --all-extras at HEAD c2a6f859831d6d63ce2385d189809839b123a0ae and inspect the project dependency declarations for the endee extra and the pydantic constraint. Done means all extras resolve successfully without the incompatible pydantic requirements, and the sync command completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100