Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora Support: Install Prerequisites #579

Open
f2pc opened this issue Dec 29, 2024 · 0 comments
Open

Fedora Support: Install Prerequisites #579

f2pc opened this issue Dec 29, 2024 · 0 comments

Comments

@f2pc
Copy link

f2pc commented Dec 29, 2024

I've compiled a list of the additional prerequisites for exo on Fedora versions 39-42:
sudo dnf install python3-devel gcc gcc-c++ make clang build-base linux-headers rust cargo -y

🚧 I still have the same clang bug noted in #152.

✅️ Otherwise exo loads and finds other systems easily. Just need to figure out the clang hurdle and I'll be fully operational.

⚙️ This is the upgraded install script that I use on my Fedora machines:
echo "=====[Installing Prerequisites]===="
sudo dnf install python3-devel gcc gcc-c++ make clang build-base linux-headers rust cargo -y
echo "=====[Starting EXO Installation]===="
git clone https://github.com/exo-explore/exo.git
cd exo
pip install -e .
source install.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant