-
Notifications
You must be signed in to change notification settings - Fork 118
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
Error - Wakeword install #170
Comments
I ran into this. what worked for me was I ran an apt-get update, rebooted, then run python or python3 -m installer. make simple changes and apply it. then try and run the script/setup again. I believe this is what got me working. I had a lot of trial an error but this might work for you as well. Hopefully it will. |
Try following the instructions again but in the beginning, instead of flashing "Legacy" Raspberry Pi OS, select the same variant but the normal, latest non-legacy one. So something like "Raspberry Pi OS 64-bit Lite". |
Did starting over and using a different OS solve the problem? I'm running into it as well... |
It did for me. I having a Pi Zero 2W with a 2-Mic hat and everything works fine under non-legacy Pi OS. |
Which version did you use? If I may ask... |
Thanks for that. Not sure what's going on - my attempts always causes the Pi to lockup when it's trying to create the drivers :-/ |
What Pi model is it? |
Raspberry Pi Zero 2 W |
@tannisroot, thank you, I tried the non-legacy version and it locks up as @tsx-5 describes. I'm using Pi Zero 2W |
This is so weird. How can have the exact same hardware and not have this issue under the exact same OS? |
Yeah, agreed! Really odd. I found this and I was able to complete the install: https://github.com/rhasspy/wyoming-satellite/issues/157#issuecomment-2067548218 |
I should also mention - I went back to the legacy RPi install and I do have wake word working, but no LED yet. |
When you say |
I'm away from home, ATM, however I'm pretty sure it was trying to compile... Guess I'll have to find another power supply to test with. |
I got the same problem, used the legacy rpiOS and were not able to install the wakeword. Followed the hint to retry it using the "non legacy" lite version but then I got stuck during the driver compilation on: Building module:
Cleaning build area...
make -j4 KERNELRELEASE=6.6.20+rpt-rpi-v8 -C /lib/modules/6.6.20+rpt-rpi-v8/build M=/var/lib/dkms/seeed-voicecard/0.3/build.. After running htop in parallel the zero got stuck when the swap was used about 99%. Increasing the swap to 512mb following this guide solved it for me. |
Thanks holgerb, Increasing the swap allowed for everything to compile and move forward. That said, wakeword still seems to have an issue...
I'll highlight the disabled part of that (the icon shows green - even though it reports disabled). Anyone else seeing this? More info...
running setup completes without any errors, but it seems I'm missing a module. |
You didn't specify the wakeword to load |
It's also not how you test run the the service, you need to use |
Hey tannisroot, Thanks for replying, I ran that command in the script folder (sorry to not have noted that). I also tried it with the wakeword command, without any success. I did look at the video doing these steps and noted that "disabled" was on his output for openwakeword - so even further from knowing what the issue is. |
It's unlikely it's related to this issue in particular, but I would be glad to help further on Discord. Ping me on Home Assistant server, my nickname is the same as here. |
For people who are running into driver installation issues, could you please try following the instructions from docs, but instead of installing the mainline wyoming-satellite repo, which corresponds with the following command
you install my branch with some changes that should solve the issue?
Please let me know how it goes and whether the drivers gets successfully installed or not. |
This has worked for me. I installed it on a Raspberry Pi Zero 2 W with ReSpeaker 2Mic HAT on the non-legacy Pi OS Lite. I got no driver errors, and everything seems to be working correctly. Thank you! |
Thank you so much for testing! |
Thanks a lot for this, I now swap the SD card from my Zero 2W to a Pi 3B when it's kernel update time. |
Hi @tannisroot , thank you for helping! I have tested your branch with a raspberry pi zero 2 W and the LEgacy 64 Bit lite: No success. Same error as the others in the thread on installing Open Wake Word. What I'm not sure if others tried or not, the other wakeword systems installed and worked just fine. Again, I appreciate the help so far! :) |
That's good, although my fix is aimed at fixing installation of drivers specifically for respeaker hat, if you have a USB conference speaker, you can use just the non-Legacy Raspberry Pi OS with the master branch. |
I tried the tannisroot wyoming installer on my pi zero 2W with Raspberry Pi OS Bookworm Lite 64-bit, but still get no sound from respeaker card. I have not gotten any respeaker or waveshare wm8960 sound cards to work on Pi Zero, but waveshare cards work on Pi4/P5 just fine. Any ideas? pi@pi0:~ $ sudo systemctl status seeed-voicecard.service Jul 09 11:49:48 pi0 seeed-voicecard[1184]: alsa-lib main.c:1541:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2 |
I was able to get sound from soundcard when I hooked up a speaker to jst connector. I have been using a speaker attached to audio jack and never got any sound. Thanks! |
FYI my changed were merged and it's ok to use master now |
Hello -
I'm continually hitting this error at the Wakeword install step, see screenshot.
ERROR: Could not find a version that satisfies the requirement tflite-runtime-nightly (from versions: none)
ERROR: No matching distribution found for tflite-runtime-nightly
Thanks in advance for any advice!
The text was updated successfully, but these errors were encountered: