How severe does this issue affect your experience of using Ray?
- High: It blocks me to complete my task.
System error: Ray has not been started yet. You can start Ray with ‘ray.init()’
I am trying to run NYC data exmaple, ray init is working, i can do ds.count()
but when i do ds.take(1), or iterate over it. it says System error: Ray has not been started yet. You can start Ray with ‘ray.init()’.