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:
- Set up a virtual environment.
- Install dependencies from
requirements.txt
. - Run the script that initializes Ray.
Minimal Example:
import ray
ray.init(ignore_reinit_error=True)