ray: [Core] ray.init() stuck at "Started a local Ray instance."

What happened + What you expected to happen

When I am trying to do a ray.init(logging_level='debug') on a windows server it gets stuck at Started a local Ray instance

Versions / Dependencies

Ray version[RLLIB]: 2.5.1 OS: Windows 10 Python: 3.8.5

Reproduction script

I am just doing

import ray ray.init(logging_level='debug')

Debug message I am getting is

2023-07-12 17:07:30,736 DEBUG worker.py:1412 -- Could not import resource module (on Windows)
2023-07-12 17:07:37,350 DEBUG node.py:1149 -- Process STDOUT and STDERR is being redirected to C:\Users\paula\AppData\Local\Temp\3\ray\session_2023-07-12_17-07-37_304650_56384\logs.
2023-07-12 17:07:37,473 DEBUG node.py:605 -- Failed to send request to gcs, reconnecting. Error failed to connect to all addresses
2023-07-12 17:07:41,530 DEBUG node.py:1187 -- Process STDOUT and STDERR is being redirected to C:\Users\paula\AppData\Local\Temp\3\ray\session_2023-07-12_17-07-37_304650_56384\logs.
2023-07-12 17:07:41,820 DEBUG services.py:1894 -- Determine to start the Plasma object store with 72.38 GB memory using C:\Users\paula\AppData\Local\Temp\3.
2023-07-12 17:07:42,004 INFO worker.py:1636 -- Started a local Ray instance.

Issue Severity

High: It blocks me from completing my task.

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Comments: 19 (12 by maintainers)

Most upvoted comments

There are quite a few similar errors, I think they all using a non-compliant version of grpcio