skypilot-users

Is there a debugging guide / TRACE / detailed debugging one can get?

I'm trying to figure out why my exec jobs are hanging on Azure. My setup/run works fine on GCP, but I need more detailed logs to debug the issue.

Na

Nathan Matare

Asked on Aug 09, 2023

For user job logs, you can check sky logs <cluster-name> <job-id>. Additionally, you can run ray job list on the VM to help debug the issue. It seems that the python version on your Azure cluster is Python 2.7.18, which might be causing the problem. You can try upgrading to the latest version of SkyPilot to see if that solves the issue.

Aug 09, 2023Edited by