pylibfreenect2 icon indicating copy to clipboard operation
pylibfreenect2 copied to clipboard

I cannot do "from pylibfreenect2 import Freenect2",how to fix the problem?Thanks

Open xieshenru opened this issue 5 years ago • 0 comments

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),

freenect2.dll
glfw3.dll
libusb-1.0.dll
turbojpeg.dll

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,

set path=%PATH%;C:\libfreenect2\build\install\bin

Originally posted by @jmarkow in https://github.com/r9y9/pylibfreenect2/issues/44#issuecomment-401132003

xieshenru avatar Jun 12 '19 03:06 xieshenru