-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
No module names 'openwakeword' + PicoVoiceApiKey Not being requested on execution of setup.ch #37
Comments
You don’t need a pivovoice api key, the wake word detection is built in
manually. The no module error is from an issue I can’t fix, you have to
manually install each module one by one, they are found in the
requirements.txt file
…On Thu, Jan 23, 2025 at 5:48 AM Procalx ***@***.***> wrote:
Follow Mac install steps, get to Setup screen, enter in all keys (noting
that it DOES NOT request me to enter in a PICO Voice API Key which is odd),
click start downloads and I get this error on Line 1 "No module found:
openwakeword".
So why is it not asking me for a PICO voice API key and why isn't
openwakeword found?
—
Reply to this email directly, view it on GitHub
<#37>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A57SAQPDR3GO75EKDQ3264D2MDCIRAVCNFSM6AAAAABVXBHZLCVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYDMNJWGU2DKNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Ok thanks, is there an step by step install guide? I've just being following the Mac easy install which doesn't seem to work. |
The guide works, macOS runs scripts in a separate environment depending on
your macOS version, when it installs the modules it installs them in an
environment where your python instance isn’t installed.
To fix this you have to manually install each module inside
requirements.txt, one by one.
So:
pip install OpenWakeWord
(Click enter)
…etc
You must install them after you activate the environment again. If the
environment never activated, you have to manually create it, then install
each module.
…On Fri, Jan 24, 2025 at 3:37 PM Procalx ***@***.***> wrote:
Ok thanks, is there an step by step install guide? I've just being
following the Mac easy install which doesn't seem to work.
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A57SAQPZLQJZHSJM7ZCXORL2MKP7JAVCNFSM6AAAAABVXBHZLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTGMZTQMRRGU>
.
You are receiving this because you commented.Message ID: <small-cactus/M.I
.***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow Mac install steps, get to Setup screen, enter in all keys (noting that it DOES NOT request me to enter in a PICO Voice API Key which is odd), click start downloads and I get this error on Line 1 "No module found: openwakeword".
So why is it not asking me for a PICO voice API key and why isn't openwakeword found?
The text was updated successfully, but these errors were encountered: