'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