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'm using Windows 11 and PyCharm 2024.2.0.1 with the Ultraleap SDK (Leap Motion 2). I have set up the LeapC.dll and LeapC.lib files in my project directory, but I keep encountering the ModuleNotFoundError: No module named 'Leap' error when trying to use import Leap.
My current project structure has the DLLs and LIB files in a lib/x64 directory.
I have added the paths to my code using sys.path.append, and the environment seems to be configured properly.
Does anyone know if there are compatibility issues with PyCharm or how to correctly import the Leap module? Any help or pointers to relevant documentation would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello community,
I'm using Windows 11 and PyCharm 2024.2.0.1 with the Ultraleap SDK (Leap Motion 2). I have set up the
LeapC.dll
andLeapC.lib
files in my project directory, but I keep encountering theModuleNotFoundError: No module named 'Leap'
error when trying to useimport Leap
.lib/x64
directory.sys.path.append
, and the environment seems to be configured properly.Does anyone know if there are compatibility issues with PyCharm or how to correctly import the Leap module? Any help or pointers to relevant documentation would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: