Ashutosh-kv / JARVIS

133 stars 239 forks source link

Error #3

Open cy0 opened 5 years ago

cy0 commented 5 years ago

Traceback (most recent call last): File "/Users/xolisaradebe/Documents/assistant.py", line 1, in import pyttsx3 ModuleNotFoundError: No module named 'pyttsx3'

I have installed all import. what seems to be the problem.

prithvik1998 commented 5 years ago

go to cmd and type "pip install pyttsx3"

richeshgupta commented 5 years ago

please create a requirements.txt file so as to remove the hindrance of installing the same.

krish150501 commented 5 years ago

Bro I've install every thing but it asks for the build and install portaudio for it

Akul2010 commented 2 years ago

go to cmd and type "pip install pyttsx3"

try pip3 install pyttsx3 if that doesn't work