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

Ray Workers get_ip failed in the pure IPv6 environment #2685

Closed
Jingru opened this issue Jan 31, 2024 · 4 comments · Fixed by #2931
Closed

Ray Workers get_ip failed in the pure IPv6 environment #2685

Jingru opened this issue Jan 31, 2024 · 4 comments · Fixed by #2931

Comments

@Jingru
Copy link
Contributor

Jingru commented Jan 31, 2024

This line will raise an Network is unreachable OSError in the pure IPv6 environment, which fails _init_workers_ray method.

s.connect(("8.8.8.8", 80)) # Doesn't need to be reachable

@HillZhang1999
Copy link

have you ever solved this problem?

@Pclanglais
Copy link

Same question…

@Jingru
Copy link
Contributor Author

Jingru commented Feb 20, 2024

I fixed it in #2931

@bestpredicts
Copy link

+1

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

Successfully merging a pull request may close this issue.

4 participants