mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

There is something strange when I run Pose_Landmarker.ipynb.

Open Mei0211 opened this issue 1 year ago • 1 comments

examples/pose_landmarker/python/[MediaPipe_Python_Tasks]_Pose_Landmarker.ipynb: The google-colab package currently found can only be successfully installed in python3.7. Another package mediapipe0.10.9 needs to be successfully installed in python3.10. In this case, how should this code be run?

Mei0211 avatar Feb 15 '24 12:02 Mei0211

I solved this problem by using conda install -c conda-forge google-colab instead of pip install google-colab

Mei0211 avatar Feb 17 '24 03:02 Mei0211