Skip to content

Conversation

@han-xudong
Copy link

Summary

This PR fixes an installation and runtime issue caused by an unpinned mediapipe dependency.

Details

  • setup.py previously allowed installing the latest mediapipe versions by default
  • Starting from mediapipe 0.10.30, several Python APIs and internal modules used by telemoma were removed or refactored
  • This leads to runtime errors after installation
  • mediapipe 0.10.21 has been verified to work correctly with the current codebase

This PR pins mediapipe to 0.10.21 to ensure compatibility and reproducibility.

Changes

  • Pin mediapipe==0.10.21 in setup.py

Related issue

Fixes #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mediapipe>=0.10.30 breaks telemoma due to unpinned dependency

1 participant