Error with the new version
#84
by
andykaufseo
- opened
i'm getting this when running the new version of kokoro:
line 23, in
raise Exception(f"Error initializing Kokoro pipeline: {str(e)}")
Exception: Error initializing Kokoro pipeline: 'charmap' codec can't decode byte 0x9d in position 903: character maps to
See https://github.com/hexgrad/kokoro/pull/19#issuecomment-2622527804 and close if that fixes it
yup, i had to enforce utf8 in the environment. works fine.
andykaufseo
changed discussion status to
closed