Install SpeechRecognition in Raspberry
Posted: Thu Nov 22, 2018 7:06 am
I installed the SpeechRecognition as instructed at https://github.com/Uberi/speech_recognition
'pip install SpeechRecognition'
Currently I use python 3.5 on my Raspberry Pi 3. The installation has no errors. The next part of the tutorial says that: "To quickly try it out, run 'python -m speech_recognition' after installing." But it seems that the library was not found.
It looks like the system is looking for a library somewhere else or I have misplaced the library. Can anyone help me?
'pip install SpeechRecognition'
Currently I use python 3.5 on my Raspberry Pi 3. The installation has no errors. The next part of the tutorial says that: "To quickly try it out, run 'python -m speech_recognition' after installing." But it seems that the library was not found.
Code: Select all
(env) pi@raspberrypi:~/Desktop/new-project-2 $ pip install SpeechRecognition
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: SpeechRecognition in /home/pi/env/lib/python3.5/site-packages (3.8.1)
(env) pi@raspberrypi:~/Desktop/new-project-2 $ python -m speech_recognition
/usr/bin/python3.5: No module named speech_recognition