r9y9/pyopenjtalk

Failed to build pyopenjtalk on Python 3.9.13

anfogy opened this issue · 1 comments

anfogy commented

After running pip install --no-cache-dir --no-build-isolation pyopenjtalk==0.3.0 I got this error.

Cython.Compiler.Errors.CompileError: pyopenjtalk\openjtalk.pyx

Here's the full error output:
err.txt

Operating system: Windows 22H2(19045.3208)
Cython version: 3.0.0
Python version: 3.9.13

Really need some help here because I've been suffering from this for 10 hours...

anfogy commented

#55 Use older version of Cython(Cython==0.29.36) worked for me, thanks.