You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running pip install -r requirements_new.txt --upgrade libreface
find
ERROR: Could not find a version that satisfies the requirement mediapipe==0.9.3 (from versions: 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.5, 0.10.7, 0.10.8, 0.10.9, 0.10.10, 0.10.11)
Given this I installed mediapipe 0.10.0
but it came with another err: libreface 0.1.0 depends on mediapipe==0.9.3
how to fix that?
The text was updated successfully, but these errors were encountered:
when running pip install -r requirements_new.txt --upgrade libreface
find
ERROR: Could not find a version that satisfies the requirement mediapipe==0.9.3 (from versions: 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.5, 0.10.7, 0.10.8, 0.10.9, 0.10.10, 0.10.11)
Given this I installed mediapipe 0.10.0
but it came with another err: libreface 0.1.0 depends on mediapipe==0.9.3
how to fix that?
The text was updated successfully, but these errors were encountered: