I am getting a RuntimeError: Fail to build pip wheel for SkyPilot
error when trying to deploy a cluster with SkyPilot. Has anyone encountered this issue before?
Conner Swann
Asked on Sep 01, 2023
The issue was caused by a bug in the nightly build of SkyPilot. The bug has been fixed and you can try installing the latest version using pip install -U "skypilot-nightly>=1.0.0.dev20230901"
. The bug was related to the naming of the wheel file. You can find more details about the bug and the fix in this PR.