-
Notifications
You must be signed in to change notification settings - Fork 94
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
运行./wakeup_trigger_start.sh报错 #10
Comments
需要重新编译snowboy |
我也是这个问题,怎么编译:snowboy |
@pengge 我是用Ubuntu 16.04桌面版,不是树莓派 |
https://github.com/kitt-ai/snowboy Compile a Python Wrapper
SWIG will generate a Feel free to adapt the Makefile in swig/Python to your own system's setting if you cannot make it. |
你编译好了吗?我是arch linux。虽然AUR里面有这个包不过下载太慢。我想自己编译发现链接的时候少静态链接库。我想如果你编译成功的话我就从虚拟机的ubuntu里面把那个链接库拿到arch里来。 |
@happysmile12321 编译过了,不过很久之前的事情了。不是使用虚拟机的,我是在真机上编译的 |
我看代码里面有snowboydetect这个文件,
Traceback (most recent call last):
File "./app/wakeup_trigger_main.py", line 21, in
from app.snowboy import snowboydecoder
File "/home/chris/DuerOS-Python-Client/app/snowboy/snowboydecoder.py", line 5, in
from . import snowboydetect
snowboydetect
File "/home/chris/DuerOS-Python-Client/app/snowboy/snowboydetect.py", line 20, in
_snowboydetect = swig_import_helper()
File "/home/chris/DuerOS-Python-Client/app/snowboy/snowboydetect.py", line 17, in swig_import_helper
return importlib.import_module('_snowboydetect')
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
ImportError: No module named _snowboydetect
The text was updated successfully, but these errors were encountered: