PIP Error: Cannot uninstall 'pywin32'

ERROR: Cannot uninstall 'pywin32'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

For this error run as below:
>pip install pyttsx3 --ignore-installed

Comments