santoshakil / Smart-Voice-Assistant-for-Linux

This is a smart voice assistant for Linux. It can do many important task of Linux with users voice command.
GNU General Public License v3.0
17 stars 5 forks source link

Not launching #1

Open jsginkc opened 4 years ago

jsginkc commented 4 years ago

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'

santoshakil commented 4 years ago

Install 'speech_recognition' dependency via pip command.