libfacedetection-python-bindings icon indicating copy to clipboard operation
libfacedetection-python-bindings copied to clipboard

No module named '_mat'

Open lonngxiang opened this issue 6 years ago • 2 comments

File "test.py", line 4, in from rbp_py3 import mat File "C:\Users\Lavector\Desktop\libfacedetection\libfacedetection\rbp_py3\mat.py", line 21, in _mat = swig_import_helper() File "C:\Users\Lavector\Desktop\libfacedetection\libfacedetection\rbp_py3\mat.py", line 20, in swig_import_helper return importlib.import_module('mat') File "C:\Users\Lavector\python3\lib\importlib_init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named '_mat'

lonngxiang avatar Jun 13 '19 07:06 lonngxiang

This lib was compiled on raspberry pi 3B. It can't run on Windows. It needs to be compiled again on the specific OS which you want to run on.

CharlieXie avatar Jun 14 '19 06:06 CharlieXie

tks,so,it can run on ubuntu?

lonngxiang avatar Jun 23 '19 10:06 lonngxiang