-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
The tests have been failing for some time now,
either because simple-video-utils is not available:
ERROR: Could not find a version that satisfies the requirement simple-video-utils (from pose-format) (from versions: none)
ERROR: No matching distribution found for simple-video-utils
or because of mediapipe missing or the wrong version installed:
ERROR pose_format/utils/generic_test.py::test_detect_format[holistic-holistic] - ImportError: Please install mediapipe with: pip install "mediapipe<0.10.30"
@AmitMY are you planning to publish simple-video-utils for other Python versions as well on Pypi?
and regarding the mediapipe error,
the CI runs pip install .[dev], but the dev target still does not have a pinned version mediapipe:
pose/src/python/pyproject.toml
Line 26 in e535f69
| "mediapipe", |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels