Closed alanwilter closed 6 months ago
Hi @alanwilter,
Could you please check now with the latest version 0.10.13? It aligns with the community's demand for their specific use case. We have updated the Protobuf dependency to be >=4.25.3 and <5. If the issue persists, please inform us.
Thank you!!
Yep, thanks a lot, all peace now.
Can you please update the dependency >=5.28? Since, that is the latest protobuf version. I'm still facing the error.
Can you please update the dependency >=5.28? Since, that is the latest protobuf version. I'm still facing the error.
Me too
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. mediapipe 0.10.15 requires protobuf<5,>=4.25.3, but you have protobuf 5.28.3 which is incompatible.
@mokshmalik5757 @RomanPogorov Your issue may just go away with
python.exe -m pip install --upgrade mediapipe
That, for me, installed a suitable Protobuf version which was compatible with everything else.
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
No
OS Platform and Distribution
macOS Silicon
Programming Language and version
Python
MediaPipe version
0.10.11
Solution
FaceMesh
Describe the actual behavior
mediapipe 0.10.11 does not work on macOS, at least not on Silicon ones
Describe the expected behaviour
It should work like it does on Linux
Standalone code/steps you may have used to try to get what you need
and now it works with
mediapipe 0.10.11
on my Mac M1.However,
poetry add protobuf
does not work becausemediapipe
is still hooked toprotobuf 3.x
: