oisinsnell956 / G-one-Voice-Assistant

2 stars 1 forks source link

ModuleNotFound Error: #1

Open oisinsnell956 opened 3 years ago

oisinsnell956 commented 3 years ago

Traceback (most recent call last): File "F:\My Projects\Python\G-One voice Assistant\AI-Personal-Voice-assistant-using-Python-master\venv\virtual.py", line 2, in import pyttsx3 ModuleNotFoundError: No module named 'pyttsx3'

stefantrinh1 commented 3 years ago

looks like there nothing wrong with the virtual.py file. installed pyttsx3 using

i did have a problem with ecapture tho. because i have python 3.9. it looks like ecapture module is a dependent and uses another module called numpty. and numpty doesn;t seemt to support python 3.9 yet.. its probably too early for python 3.9

what version of python are you using?

oisinsnell956 commented 3 years ago

still on 3.8 since the not all modules are avaible yet

oisinsnell956 commented 3 years ago

no it still doesnt come up