After submitting the job, it remains stuck at the "Creating file package" stage

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

I used the command ray job submit --working-dir /home/wkx/ai_model_cluster/ai_test/ -- python hellow.py to submit a job to the local Ray cluster. Why is it stuck at the following stage?

My working directory
| /home/wkx/ai_model_cluster/ai_test/
| ├── hellow.py

Now it is showing the following error: RuntimeError: Request failed with status code 500: No available agent to submit job, please try again later.