B4J Question (Solved) Testing [PyBridge] Text to Speech with pyttsx3

LGS

Member
Licensed User
Longtime User
Hello everyone
I'm trying to run [PyBridge] Text to Speech with pyttsx3

What I did:
Create a local Python runtime:
Completed. Exit code: 1

Open local Python shell:
Completed. Exit code: 0

Open global Python shell:
Completed. Exit code: 0

I execute the command:
pip install pyttsx3
...
[notice] A new release of pip is available: 24.3.1 -> 25.1.1
[notice] To update, run: python.exe -m pip install --upgrade pip

This is my first test with PyBridge
I'm a little lost...

This error appears when I try to run it
1749165573131.png



Thanks in advance
 

LGS

Member
Licensed User
Longtime User
Thanks, Steve.
It was necessary to change the JDK.
I switched to jdk-19.0.2.

Everything works like a charm.
Thanks for your support.
 
Upvote 0
Top