-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Asahi Fedora] Building from source fails on Linux ARM64 #2293
Comments
You forgot to mention you're using You said you're using Upgrade to the latest To reproduce: docker run --rm -it --init --platform linux/arm64 fedora:38
# In container:
dnf install -y gcc
cd /tmp
curl -O https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-aarch64.sh
chmod +x Miniconda3-py39_4.12.0-Linux-aarch64.sh && ./Miniconda3-py39_4.12.0-Linux-aarch64.sh
# Install with default settings
. /root/miniconda3/bin/activate
pip install psutil |
Hey im having a similar issue, when building docker container using GitHub actions: I get the following error:
UPDATE: I ended up just installing python3 dev and gcc in my docker image:
|
Summary
Description
Running the commands given in the install instructions:
fails with trackback:
The text was updated successfully, but these errors were encountered: