skypilot-users

Stuck on 'Launching - Waiting for SSH access' when launching on AWS with skypilot

I'm trying to launch an instance on AWS using skypilot, but it's stuck on 'Launching - Waiting for SSH access'. Other platforms like GCP and Azure work fine. Any advice?

Mu

Mukund Tibrewala

Asked on Oct 28, 2023

This issue seems to be caused by a dependency conflict when something is installed after skypilot. A possible fix is to clone the skypilot repository and reinstall it with all dependencies. Here are the steps:

cd skypilot
pip install ".[all]"```
Oct 28, 2023Edited by