coling-git

Results 3 comments of coling-git

> The problem actually is the Numpy exports get optimized out during linking. Adding `-Wl,-force_load,libnumpy.a` to the binary linking with Kivy solved it for me. I'm also getting this error....

I am facing the same issue. Using pyttsx3 library with python 3.8.5 on MacOS Big Sur. Here is my error and code. `2021-08-30 14:51:47.400 python[28231:1938050] -[OC_BuiltinPythonNumber _fastCStringContents:]: unrecognized selector sent...

I am facing the same issue when calling engine.runAndWait() with Kivy. Using pyttsx3 library with python 3.8.5 on MacOS Big Sur. @ZeroOneLabs were you able to find a solution? Here...