Caden MacKenzie
Caden MacKenzie
I am having the same issue. Happy to share code if necessary!
Added issue with some logs: https://github.com/exo-explore/exo/issues/446
@dtnewman great suggestion. Added to install.sh
@AlexCheema this came up in the help channel yesterday. worth merging in?
@AlexCheema I am still getting an error when I use my default python version (3.13) and try to run `source install.sh` Building wheel for sentencepiece (pyproject.toml) ... error error: subprocess-exited-with-error...
@AlexCheema yes, still getting the error: cadenmackenzie@Caden-Macbook-Pro-14 exo % **python3 --version** Python 3.13.0 cadenmackenzie@Caden-Macbook-Pro-14 exo % **source install.sh** ... Installing build dependencies ... done Checking if build backend supports build_editable...
I did try to install Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh However, that led to even more issues when running install.sh. Has anyone else experienced this?
Created PR to explicitly set Python version: https://github.com/exo-explore/exo/pull/445
I am seeing now some of the robust error handling was intentional and merged in [here](https://github.com/exo-explore/exo/commit/6d12deab2ab158e527e402fb9dfc8d7b66f7cb3d). I can change back if that is preferred.
Thanks for finding that! I went ahead and merged it in.