You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive the following error on running pyleapmouse:
Traceback (most recent call last):
File "PyLeapMouse.py", line 4, in
from leap import Leap, Mouse
File "/opt/pyleapmouse/leap.py", line 7, in
import Linux.Leap as Leap
File "/opt/pyleapmouse/Linux/Leap.py", line 28, in
LeapPython = swig_import_helper()
File "/opt/pyleapmouse/Linux/Leap.py", line 24, in swig_import_helper
_mod = imp.load_module('LeapPython', fp, pathname, description)
ImportError: /opt/pyleapmouse/Linux/LeapPython.so: undefined symbol: _ZNK4Leap5Image10rayOffsetXEv
I had installed PyLeapMouse using AUR. I couldn't figure out the what is causing this error
The text was updated successfully, but these errors were encountered:
I receive the following error on running pyleapmouse:
Traceback (most recent call last):
File "PyLeapMouse.py", line 4, in
from leap import Leap, Mouse
File "/opt/pyleapmouse/leap.py", line 7, in
import Linux.Leap as Leap
File "/opt/pyleapmouse/Linux/Leap.py", line 28, in
LeapPython = swig_import_helper()
File "/opt/pyleapmouse/Linux/Leap.py", line 24, in swig_import_helper
_mod = imp.load_module('LeapPython', fp, pathname, description)
ImportError: /opt/pyleapmouse/Linux/LeapPython.so: undefined symbol: _ZNK4Leap5Image10rayOffsetXEv
I had installed PyLeapMouse using AUR. I couldn't figure out the what is causing this error
The text was updated successfully, but these errors were encountered: