Thank you for the note, I actually did install the API package.
You know the only way I've ever been able to get this library to properly get recognized is use Python 2.7 and place ALL the files into the same folder as the application (not the blender plugin) according to a pretty old tutorial. I have not once been able to these updated libraries to work, neither standalone and nor for blender.
So my only solution now is to use the 2.7 python plugin and Sockets to send data to blender plugin socket.
I am still getting the same error. I have even tried placing all the files along with the I have actually switched to the Orion 4.1.0 + Python 3.7 version of your build as it seems the closest one to blender current python version. It's still coming back with an error but at least I think I'm using a correct file. What else can it be?
RuntimeError: Error: Traceback (most recent call last):
File "c:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\blender_plugin\__init__.py", line 15, in <module>
import Leap
ModuleNotFoundError: No module named 'Leap'
This right here is what I've done with the current python 2,7 test (which works), I've quite literally put the files into the same folder as the project. This works on the standalone 2.7 test, not here though.