Devon Carriere
Devon Carriere

Reputation: 1

Cannot install pyttsx3

Using python.exe, I have trouble installing pyttsx3 in python 3.5. I get the following error:

>>> import pip
>>> pip.main (['install','pyttsx3'])
Collecting pyttsx3
 Downloading pyttsx3-2.6.zip
Complete output from command python setup.py egg_info:

D:\Stuff\Python\python35.zip\distutils\dist.py:261: UserWarning: Unknown distribution option: 'summary'
error: [Errno 2] No such file or directory: 'D:\\Stuff\\Python\\python35.zip\\lib2to3\\Grammar.txt'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\carriedr\AppData\Local\Temp\pip-build-0ke80vwe\pyttsx3\
1      

I have tried:

Upvotes: 0

Views: 3217

Answers (1)

Devon Carriere
Devon Carriere

Reputation: 1

I found the shell, it works now, it couldn't find the file though because of my file path.

Upvotes: 0

Related Questions