Skip to content

Invalid mediapipe version in requirements.txt #82

Open
@AshkanArabim

Description

@AshkanArabim

When I try to install the project dependencies with uv, I get this error:

╭─ashkan@xps ~/Desktop/spring 25/computer_vision/testing/hagrid ‹master› 
╰─$ uv venv --python 3.11
Using CPython 3.11.11
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
╭─ashkan@xps ~/Desktop/spring 25/computer_vision/testing/hagrid ‹master› 
╰─$ source .venv/bin/activate
(hagrid) ╭─ashkan@xps ~/Desktop/spring 25/computer_vision/testing/hagrid ‹master› 
╰─$ uv pip install -r requirements.txt 
  × No solution found when resolving dependencies:
  ╰─▶ Because there is no version of mediapipe==0.10.3 and you require mediapipe==0.10.3, we can conclude that your requirements are
      unsatisfiable.
(hagrid) ╭─ashkan@xps ~/Desktop/spring 25/computer_vision/testing/hagrid ‹master› 
╰─$        

Checking mediapipe's PyPI page confirms that there's no 0.10.3 version of mediapipe.

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