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
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 build/install/bin by default in the libfreenect2 source directory),
The text was updated successfully, but these errors were encountered:
xieshenru
changed the title
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 build/install/bin by default in the libfreenect2 source directory),
I cannot do "from pylibfreenect2 import Freenect2",how to fix the problem?Thanks
Jun 12, 2019
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
build/install/bin
by default in the libfreenect2 source directory),to my miniconda3 path,
C:\Users\<username>\AppData\Local\Continuum\miniconda3
Alternatively I believe you could append the path to the dlls to your path variable,
Originally posted by @jmarkow in #44 (comment)
The text was updated successfully, but these errors were encountered: