pinokiofactory / cogstudio

256 stars 15 forks source link

[Errno 11001] getaddrinfo failed #17

Open thinker88 opened 1 month ago

thinker88 commented 1 month ago

When I run the application I'm getting this error (using manual instal and also Pinokio). Thanks!

(env) G:\CogVideo\inference\gradio_composite_demo>python cogstudio.py File Not Found Traceback (most recent call last): File "G:\CogVideo\inference\gradio_composite_demo\env\lib\site-packages\urllib3\connection.py", line 199, in _new_conn sock = connection.create_connection( File "G:\CogVideo\inference\gradio_composite_demo\env\lib\site-packages\urllib3\util\connection.py", line 60, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "C:\Users\think\AppData\Local\Programs\Python\Python310\lib\socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno 11001] getaddrinfo failed