shubhamc183/Jarvis

Error at the first line Module not found error..

Opened this issue ยท 1 comments

screenshot 12

Please reply me i am new to python!

Thanks in advance ๐Ÿ‘

No module called speech_recognition, you got this error because you don't have that package in your python path. So you need to install them, and lot other also like bs4, requests(maybe) as these don't come as bundled with python installation.

How to install dependencies for python ?
Pip is the best and easy solution
pip3 install SpeechRecognition as mentioned in https://pypi.python.org/pypi/SpeechRecognition/
pip3 install requests
pip3 install beautifulsoup4

But you should have pip3 installed

The program is only applicable on Linux family OS because I am using lot of linux command, I see you running it on Windows.