-
Notifications
You must be signed in to change notification settings - Fork 93
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
juliaup
fails to install working launcher under Alpine Linux (musl)
#762
Milestone
Comments
This was referenced Nov 28, 2023
I see something similar on Manjaro, but instead of $ mamba create -n juliaup juliaup # using conda-forge channel
$ mamba activate juliaup
$ julia
Checking for new Julia versions
Installing Julia 1.11.2+0.x64.linux.gnu
Error: Failed to run `run_command_add` from the `run_command_initial_setup_from_launcher` command.
Caused by:
0: Failed to download from url `https://julialang-s3.julialang.org/bin/linux/x64/1.11/julia-1.11.2-linux-x86_64.tar.gz`.
1: error sending request for url (https://julialang-s3.julialang.org/bin/linux/x64/1.11/julia-1.11.2-linux-x86_64.tar.gz)
2: operation timed out
Error: The Julia launcher failed to figure out which juliaup channel to use.
That must be the funniest error message I've seen in a while! |
This comment has been minimized.
This comment has been minimized.
alpine version 3.21.3 here on x86_64 inside an apptainer container:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some experimenting, I found the best way to build and install
juliaup
andjulia
under Alpine Linux in a container started withdocker run -it --rm alpine:edge
is as follows:This results in
juliaup
incorrectly downloading and installing a GNU build ofjulia
, with following errors:julia list
output:How can I get
juliaup
to install the musl build of julia under Alpine Linux?The text was updated successfully, but these errors were encountered: