-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
使用 porcupine 进行离线唤醒出现问题 #347
Labels
operation problem
用户操作问题
Comments
型号:Model : Raspberry Pi 5 Model B Rev 1.0 |
使用snowby没有任何问题 |
我也是这样,问题解决了吗 |
我是树莓派5(8g版本),执行命令
|
本机pvrecorder版本是1.1.1,升级到1.2.5,报错消失 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用 porcupine 进行离线唤醒
Traceback (most recent call last):
File "/home/lh/wukong+/wukong-robot/wukong.py", line 191, in
wukong.run()
File "/home/lh/wukong+/wukong-robot/wukong.py", line 93, in run
detector.initDetector(self)
File "/home/lh/wukong+/wukong-robot/robot/detector.py", line 22, in initDetector
from pvrecorder import PvRecorder
File "/home/lh/miniconda3/envs/wukong/lib/python3.9/site-packages/pvrecorder/init.py", line 12, in
from .pvrecorder import PvRecorder
File "/home/lh/miniconda3/envs/wukong/lib/python3.9/site-packages/pvrecorder/pvrecorder.py", line 20, in
class PvRecorder(object):
File "/home/lh/miniconda3/envs/wukong/lib/python3.9/site-packages/pvrecorder/pvrecorder.py", line 203, in PvRecorder
_LIBRARY = cdll.LoadLibrary(_lib_path.func())
File "/home/lh/miniconda3/envs/wukong/lib/python3.9/site-packages/pvrecorder/pvrecorder.py", line 191, in _lib_path
raise RuntimeError("Current system is not supported.")
The text was updated successfully, but these errors were encountered: