-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DLL load failed for k4a_module #127
Comments
Hi, check here. There are two solutions proposed in that thread. |
Thanks, will take a look! |
@lpasselin , I will propose some changes in few days |
@shagren were these changes ever proposed/accepted? I've got some hacky code to load the dll by opening an MKV using open3d, which then enables pyk4a to be loaded. It looks like your branch might fix this, as well as simplifying the installation process. |
@qenops , only @lpasselin know when next version will be released :) |
New version 1.3.0 is released on pypi. |
Just wanted to note that I have this problem in version 1.3.0. I'm on Windows. |
Hi,
I'm currently getting this error when trying to run my python application:
DLL load failed while importing k4a_module: The specified module could not be found.
Both the /lib and /bin directories are in the PATH and pyk4a is installed in the environment. I've tried reinstalling the Azure SDK again and installing pyk4a in a new environment but no luck. A similar issue is also on this repo, but no concrete solution has been posted.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: