You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]
Commit hash: b717428
Installing torch and torchaudio
Installing requirements
Traceback (most recent call last):
File "/content/rvc-webui/webui.py", line 3, in
from modules import cmd_opts, ui
File "/content/rvc-webui/modules/ui.py", line 5, in
import gradio as gr
File "/opt/conda/lib/python3.10/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/opt/conda/lib/python3.10/site-packages/gradio/components/init.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "/opt/conda/lib/python3.10/site-packages/gradio/components/annotated_image.py", line 8, in
from gradio_client.documentation import document, set_documentation_group
ImportError: cannot import name 'set_documentation_group' from 'gradio_client.documentation' (/opt/conda/lib/python3.10/site-packages/gradio_client/documentation.py)
The text was updated successfully, but these errors were encountered:
以下のようなエラーが出て起動ができません。以下のような状態になるのです。
chatGPTに聞いてみるとgradio?の問題のようです。解決できないでしょうか。
Python 3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]
Commit hash: b717428
Installing torch and torchaudio
Installing requirements
Traceback (most recent call last):
File "/content/rvc-webui/webui.py", line 3, in
from modules import cmd_opts, ui
File "/content/rvc-webui/modules/ui.py", line 5, in
import gradio as gr
File "/opt/conda/lib/python3.10/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/opt/conda/lib/python3.10/site-packages/gradio/components/init.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "/opt/conda/lib/python3.10/site-packages/gradio/components/annotated_image.py", line 8, in
from gradio_client.documentation import document, set_documentation_group
ImportError: cannot import name 'set_documentation_group' from 'gradio_client.documentation' (/opt/conda/lib/python3.10/site-packages/gradio_client/documentation.py)
The text was updated successfully, but these errors were encountered: