We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to upload the speech recognizer - isolated word on my maix dock m1w. Every time it gives me the following error:
[ModuleNotFoundError: No module named ‘speech_recognition’]
I did pip (and pip3) install SpeechRecognition on my mac terminal, and it installed. Now it says:
Requirement already satisfied: SpeechRecognition in ./opt/anaconda3/lib/python3.8/site-packages (3.8.1)
I upload the script isolated-word from MaixPy Scripts (again) into my MaixPy IDE, but it still gives me that error.
What do I do to solve that?
The text was updated successfully, but these errors were encountered:
maybe you should download this firmware
Sorry, something went wrong.
I’ll upload the speech one. Also, my system is on firmware 5. To update it, do I download the last one from the list? (G8…58.bin)
Last time I tried updating the firmware, it gave me an error on the register to write it on. Do I just leave it on 0x00000?
firmware should write to address 0x00000 of flash
No branches or pull requests
Hello,
I am trying to upload the speech recognizer - isolated word on my maix dock m1w. Every time it gives me the following error:
[ModuleNotFoundError: No module named ‘speech_recognition’]
I did pip (and pip3) install SpeechRecognition on my mac terminal, and it installed. Now it says:
Requirement already satisfied: SpeechRecognition in ./opt/anaconda3/lib/python3.8/site-packages (3.8.1)
I upload the script isolated-word from MaixPy Scripts (again) into my MaixPy IDE, but it still gives me that error.
What do I do to solve that?
The text was updated successfully, but these errors were encountered: