Ray issues like ray.init()

Description:
I am encountering an issue with initializing Ray on Windows. The traceback suggests a problem with subprocess handling.

Error Traceback:
[Include the full traceback]

System Information:

  • OS: Windows 10
  • Python Version: 3.11
  • Ray Version: 2.6.0
  • Dependencies: [Include versions of TensorFlow, OpenCV, etc.]

Steps to Reproduce:

  1. Set up a virtual environment.
  2. Install dependencies from requirements.txt.
  3. Run the script that initializes Ray.

Minimal Example:

import ray
ray.init(ignore_reinit_error=True)