Forums

pyttsx3 installation errors

I was trying to install pyttsx3 , so i used "pip install pyttsx3" cmd but it gives "Exit status:1" error . The solution i found for this is to either use one of the following cmds :-

1) cmd : pip install -U pyttsx3==2.71

Output (error) : https://ibb.co/pPH03Bp , https://ibb.co/QnF9YFm


2) cmd : pip install git+git://github.com/nateshmbhat/pyttsx3.git

Output (error): https://ibb.co/MZPP6Lh


Anyone have solution?

There is no sound hardware in our servers so there is nowhere for pyttsx3 to send the speech and even if there was sound hardware, having a server on the other side of the world speaking for you is a little pointless.

I want save the audio into a file with pyttsx3 and then play it with html audio tags. Neither audio tags are working nor pyttsx3 is saving the audio file

This module requires system libraries that are not present on PythonAnywhere so it won't work.

I deployed an A.I. website, it has text to speech feature.. now I had to change it into mp3 file directly.

@raymondalcantara677 what help do you need from us?