leap-sdk-python3 icon indicating copy to clipboard operation
leap-sdk-python3 copied to clipboard

Leap Motion SDK - Python 3 module builder

Results 2 leap-sdk-python3 issues
Sort by recently updated
recently updated
newest added

If you encountered `NameError: name '__swig_getmethods__' is not defined` like me, use swig 3.0.12 to compile instead of swig 4.x. Ubuntu >20.04 ships only swig 4.x in apt sources so...

Hi, thanks for making this available. After running `make` I run into the following error: ``` clang: error: no such file or directory: './leap/LeapSDK/lib/arm64/libLeap.so' ``` I think it is related...