mediti / mediti-collector

Collect training data off-line for mediti
MIT License
0 stars 0 forks source link

Fails on Mac OS X due to pyttsx3 threading issue #1

Open mristin opened 4 years ago

mristin commented 4 years ago

Mediti-collector fails on Mac OS X due to an issue with running pyttsx3 in a thread (see https://github.com/nateshmbhat/pyttsx3/issues/8).

mristin commented 4 years ago

@Zaniyar could you please test if the latest commit to master fixes the issue?

Zaniyar commented 4 years ago

@mristin did not work, get this error:

    command_queue: multiprocessing.Queue[_Command],
TypeError: 'method' object is not subscriptable

image

@diegura did you organize already a macbook or a pc to test?