Skip to content
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

UnicodeDecodeError character maps to <undefined> #114

Open
chiakianyka opened this issue Apr 11, 2024 · 0 comments
Open

UnicodeDecodeError character maps to <undefined> #114

chiakianyka opened this issue Apr 11, 2024 · 0 comments

Comments

@chiakianyka
Copy link

Running app.py...
Traceback (most recent call last):
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\app.py", line 4, in
import gradio as gr
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\venv\lib\site-packages\gradio_init_.py", line 3, in
import gradio.simple_templates
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\venv\lib\site-packages\gradio_simple_templates_init
.py", line 1, in
from .simpledropdown import SimpleDropdown
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\venv\lib\site-packages\gradio_simple_templates\simpledropdown.py", line 6, in
from gradio.components.base import FormComponent
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\venv\lib\site-packages\gradio\components_init_.py", line 40, in
from gradio.components.multimodal_textbox import MultimodalTextbox
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\venv\lib\site-packages\gradio\components\multimodal_textbox.py", line 34, in
class MultimodalTextbox(FormComponent):
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\venv\lib\site-packages\gradio\component_meta.py", line 198, in new
create_or_modify_pyi(component_class, name, events)
File "C:\Work\Bert\sbv2\Style-Bert-VITS2\venv\lib\site-packages\gradio\component_meta.py", line 92, in create_or_modify_pyi
source_code = source_file.read_text()
File "pathlib.py", line 1135, in read_text
File "encodings\cp874.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8c in position 2073: character maps to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant