-
Notifications
You must be signed in to change notification settings - Fork 53
Fail to import due to a "DLL load failed error" #44
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
Comments
Looks like there are missing DLLs not in |
I also meet this error, I want to know that how to deal with it at last, thanks
ImportError: cannot import name 'Freenect2' |
Hi all, I ran into the same problem and was able to fix it through copying all of dlls generated in the libfreenect2 build (in
to my miniconda3 path,
Alternatively I believe you could append the path to the dlls to your path variable,
|
Yes. See also: Lines 36 to 41 in 78b8748
|
https://github.com/jmarkow |
I cannot do "from pylibfreenect2 import Freenect2", where is miniconda3 path"C:\Users<username>\AppData\Local\Continuum\miniconda3"?I cannot find it.@jmarkow |
thanks a lot |
It worked!!!!!! I found the "F:\vcpkg\installed\x64-windows\bin" and added it to my PATH. |
I'm running Windows 10. Protonect works fine and I have Microsoft Visual C++ 2015 Redistributable (x64) and (x86) installed.
When I try to import pylibfreenect2, it comes up with the error:
The text was updated successfully, but these errors were encountered: