Skip to content
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

运行报错:symbol not found in flat namespace #337

Open
bryanleeli opened this issue Aug 15, 2024 · 2 comments
Open

运行报错:symbol not found in flat namespace #337

bryanleeli opened this issue Aug 15, 2024 · 2 comments
Assignees
Labels
operation problem 用户操作问题

Comments

@bryanleeli
Copy link

确认已寻找过答案

我已确认在 Github issue 页、常见问题页、文档 中都查找过,没有找到类似问题和资料。我也没有 google / bing/ 百度 / duckduckgo 到相关解答。

安装方式

手动安装

操作系统
Macos
(例如 Raspbian Stretch、Ubuntu 16.04)

离线唤醒相关

如果是离线唤醒相关的问题,是否已确保 arecord temp.wavaplay temp.wav (Linux) 或 rec temp.wavplay temp.wav (Mac)已正常工作?(注意要求不能带任何其他参数)如果不能,请先配置好麦克风和音响再尝试。

—— 我已确保录音、播放都正常工作才尝试 wukong-robot 。

问题描述

具体说明下问题
运行python wukong.py报错如下:

Traceback (most recent call last):
File "wukong.py", line 11, in
from robot.Conversation import Conversation
File "/Users/myname/wukong-robot/robot/Conversation.py", line 16, in
import snowboydecoder
File "/Users/myname/wukong-robot/snowboy/snowboydecoder.py", line 5, in
import snowboydetect
File "/Users/myname/wukong-robot/snowboy/snowboydetect.py", line 12, in
import _snowboydetect
ImportError: dlopen(/Users/myname/wukong-robot/snowboy/_snowboydetect.so, 0x0002): symbol not found in flat namespace '__ZN7snowboy10SnowboyVad12SetAudioGainEf'

@bryanleeli bryanleeli added the operation problem 用户操作问题 label Aug 15, 2024
@wzpan
Copy link
Owner

wzpan commented Aug 28, 2024

snowboy 不支持 M 系列芯片

@dreamboy2023
Copy link

snowboy 不支持 M 系列芯片

有替代方案吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operation problem 用户操作问题
Projects
None yet
Development

No branches or pull requests

3 participants