Skip to content

Dependency version conflicts #4

@WilliamBy

Description

@WilliamBy

I'm trying to install dependencies but failed

(LongGenBench) (base) yexuming@haslab14:~/bwl/research/llm_utils/LongGenBench$ uv add -r requirements.txt 
warning: The `extra-build-dependencies` option is experimental and may change without warning. Pass `--preview-features extra-build-dependencies` to disable this warning.
warning: `VIRTUAL_ENV=.venv` does not match the project environment path `/home/yexuming/bwl/research/llm_utils/.venv` and will be ignored; use `--active` to target the active environment instead
  × No solution found when resolving dependencies for split (markers: python_full_version >= '3.12'):
  ╰─▶ Because vllm==0.5.4 depends on numpy<2.0.0 and longgenbench depends on numpy==2.1.1, we can conclude that longgenbench
      and vllm==0.5.4 are incompatible.
      And because longgenbench depends on vllm==0.5.4 and your workspace requires longgenbench, we can conclude that your
      workspace's requirements are unsatisfiable.
  help: If you want to add the package regardless of the failed resolution, provide the `--frozen` flag to skip locking
        and syncing.

It seems vllm-0.5.4 not work with numpy>2.0.0

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions