daswer123 / hallo-webui

Webui for Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation
https://fudan-generative-vision.github.io/hallo/
59 stars 20 forks source link

Issue when running portable version on Windows #11

Open Zdeto opened 1 month ago

Zdeto commented 1 month ago

Hi there!

I've downloaded the portable version for windows, and started run.bat, but I got many errors. Don't know what do do... :)

Traceback (most recent call last): File "x:\hallo-portable-2\webui\app.py", line 2, in import gradio as gr File "x:\hallo-portable-2\webui\venv\lib\site-packages\gradio__init.py", line 3, in import gradio._simple_templates File "x:\hallo-portable-2\webui\venv\lib\site-packages\gradio_simple_templates__init.py", line 1, in from .simpledropdown import SimpleDropdown File "x:\hallo-portable-2\webui\venv\lib\site-packages\gradio_simple_templates\simpledropdown.py", line 6, in from gradio.components.base import FormComponent File "x:\hallo-portable-2\webui\venv\lib\site-packages\gradio\components\init__.py", line 1, in from gradio.components.annotated_image import AnnotatedImage File "x:\hallo-portable-2\webui\venv\lib\site-packages\gradio\components\annotated_image.py", line 7, in import gradio_client.utils as client_utils File "x:\hallo-portable-2\webui\venv\lib\site-packages\gradio_client\init.py", line 1, in from gradio_client.client import Client File "x:\hallo-portable-2\webui\venv\lib\site-packages\gradio_client\client.py", line 27, in import httpx File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx\init__.py", line 2, in from ._api import delete, get, head, options, patch, post, put, request, stream File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx_api.py", line 6, in from ._client import Client File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx_client.py", line 12, in from ._auth import Auth, BasicAuth, FunctionAuth File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx_auth.py", line 12, in from ._models import Cookies, Request, Response File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx_models.py", line 11, in from ._content import ByteStream, UnattachedStream, encode_request, encode_response File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx_content.py", line 17, in from ._multipart import MultipartStream File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx_multipart.py", line 8, in from ._types import ( File "x:\hallo-portable-2\webui\venv\lib\site-packages\httpx_types.py", line 5, in import ssl File "C:\Users\Zdeto\miniconda3\Lib\ssl.py", line 99, in import _ssl # if we can't import it, let the error propagate ImportError: DLL load failed while importing _ssl: The specified module could not be found.