error in python in function arguments (again XD)
Hi I have a question regarding a code and it is pose detection. When I try to execute the complete code that is this it gives me an error that I do not understand how to solve it, please could you help me in this problem. In this code the following packages are used: mediapipe, opencv, time and math Added information to better understand the situation Now I explain the error calmly, I use the direct python idl to execute this code or also by system symbol, and when executing it, it indicates the following error: TypeError: create_bool (): incompatible function arguments. The following argument types are supported: 1. (arg0: bool) -> mediapipe.python._framework_bindings.packet.Packet But I know the code is fine but I can't get it to run that's why I've come here to the community to ask if anyone knows this type of code https://code.sololearn.com/cRG55yPF9i9f/#py