Error: No available node types can fulfill resource request defaultdict(<class 'float'>, {'GPU': 8.0, 'CPU': 8.0, 'priority': 16.0})


Job submission server address: http://127.0.0.1:8265
[JobDetails(type=<JobType.DRIVER: ‘DRIVER’>, job_id=‘01000000’, submission_id=None, driver_info=DriverInfo(id=‘01000000’, node_ip_address=‘172.22.225.33’, pid=‘3467503’), status=<JobStatus.RUNNING: ‘RUNNING’>,

My ray job stucks with “no available node types”. However, I don’t know how to deal with this.
I’ve already tried ray stop.

Hello. Can you post your resource configuration or cluster configuration and give more details on what resources you do have available to use for your jobs?