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

[Errno 11001] getaddrinfo failed #17

Open
thinker88 opened this issue Sep 27, 2024 · 0 comments
Open

[Errno 11001] getaddrinfo failed #17

thinker88 opened this issue Sep 27, 2024 · 0 comments

Comments

@thinker88
Copy link

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

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