I was trying to create a text to speech project in vs code but can't because pyttsx3 was not working as I was using python 3.8.5
Code -:>
import pyttsx3
Text= pyttsx3.init()
speech = input("Say Something : ")
Text.say(speech)
Text.runAndWait()
I also Tried to install it but it gave error also after every try Check Image : https://i.ibb.co/kXp5CQ8/111.png