I am using Rspi3, with Raspbian Buster Desktop. I installed the Debian dependencies
I get the following error when trying to run script:
Python 3.7.3 (/usr/bin/python3)
%cd /home/pi/ultron/Smart-Voice-Assistant-for-Linux
%Run UltronEN.py
Traceback (most recent call last):
File "/home/pi/ultron/Smart-Voice-Assistant-for-Linux/UltronEN.py", line 1, in
import speech_recognition as sr
ModuleNotFoundError: No module named 'speech_recognition'
I am using Rspi3, with Raspbian Buster Desktop. I installed the Debian dependencies I get the following error when trying to run script: Python 3.7.3 (/usr/bin/python3)