r9y9 / pyopenjtalk

Python wrapper for OpenJTalk
https://r9y9.github.io/pyopenjtalk/
Other
202 stars 68 forks source link

Failed to build pyopenjtalk on Python 3.9.13 #56

Closed anfogy closed 1 year ago

anfogy commented 1 year ago

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 1 year ago

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