I'm working on a project for university, it's a voice assistant with python.
And in the debug when starting pyttsx3.init()
I get the error name 'objc' is not defined
.
Does anyone know how to fix it?
I tried installing it from the source code by cloning the Github repository "git clone https://github.com/ronaldoussoren/pyobjc.git"