-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when install #15
Comments
found the solution: update: Traceback (most recent call last): What do I do? |
just like the normal xtts-webui, the finetune webui one has the same problem too. i don't know why. |
fixed this issue too. all thanks to comments inside SYSTRAN/faster-whisper#535 |
Thank you, it works! |
The following is the error code I got:
Collecting jamo
Using cached jamo-0.4.0.tar.gz (7.3 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Kai\AppData\Local\Temp\pip-install-al5q33xn\jamo_ff59e11714f544ec963a3d086b856b82\setup.py", line 11, in
long_description = f.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0x94 in position 703: illegal multibyte sequence
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Any solution?
The text was updated successfully, but these errors were encountered: