google-ai-edge / mediapipe-samples

Apache License 2.0
1.67k stars 421 forks source link

There is something strange when I run Pose_Landmarker.ipynb. #318

Open Mei0211 opened 9 months ago

Mei0211 commented 9 months ago

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 commented 9 months ago

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