Open
Description
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
Labels
No labels