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

Miniforge Installer - Exec format error #144

Closed
1 task done
aydenk1 opened this issue Apr 14, 2021 · 2 comments · Fixed by #145
Closed
1 task done

Miniforge Installer - Exec format error #144

aydenk1 opened this issue Apr 14, 2021 · 2 comments · Fixed by #145

Comments

@aydenk1
Copy link

aydenk1 commented Apr 14, 2021

Issue: Miniforge Installer - Exec format error
I'm trying to install Miniforge on a Raspberry Pi 3b+, with

bash Miniforge3-Linux-aarch64.sh

However, I'm running into the following error.
This seems to be an error with the install script, since it is trying to run an .exe file on the Raspberry Pi OS. Or, I could be making an obvious mistake.


Error Message:
PREFIX=/home/pi/miniforge3
Unpacking payload ...
Miniforge3-Linux-aarch64.sh: line 318: /home/pi/miniforge3/conda.exe: cannot execute binary file: Exec format error
Miniforge3-Linux-aarch64.sh: line 320: /home/pi/miniforge3/conda.exe: cannot execute binary file: Exec format error

@hmaarrfk
Copy link
Contributor

Raspberry Pi OS is a 32 bit OS.

MIniforce only works with 64 bit processors, and 64 bit OS.

Please install a linux distribution that has a 64bit kernel on your Raspberry Pi Hardware.

I would also contact the Raspberry PI Foundations and let them know that 64 bit support is important to you.

@aydenk1
Copy link
Author

aydenk1 commented Apr 14, 2021

Okay, that is explains it. Thank you!

@aydenk1 aydenk1 closed this as completed Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants