Zhanghao Wu
Zhanghao Wu
This is raised by another user > It seems that the resource usage output (CPU:0.5) of sky queue is a bit confusing when jobs are launched by spot controller. >...
This has not been observed for a long time. Closing it for now.
Thanks for reporting this @Hubert-Bonisseur! This is quite weird. Possibly the controller process is somehow killed. Could you share how many spot jobs you were running concurrently and if you...
Thank you for reporting this @Kenadyi! I failed to reproduce this in a new environment: `docker run -it --rm continuumio/miniconda3 /bin/bash` and `pip install skypilot-nightly[azure]` or `pip install skypilot-nightly[azure]==1.0.0.dev20240228` Do...
> i have installed a new conda env to test this but still only azure fails > > ``` > > Downloading skypilot_nightly-1.0.0.dev20221126-py3-none-any.whl.metadata (8.8 kB) > ERROR: Cannot install skypilot-nightly[azure]==1.0.0.dev20221126,...
Ahh, it seems you are using python 3.12, which is not supported by many of our dependencies. Could you try to use `python 3.10` in the conda env?
Hi @Kenadyi, just a kind bump for this. Does switch python version to 3.10 work for you? : )
Related to #2218
This is being added in #2735
`sky logs | less` or `sky logs | tail -n 100` should work. Maybe we can add them to the docs.