JuliaLang / juliaup

Julia installer and version multiplexer
MIT License
981 stars 82 forks source link

Julia download link crashes with following error in my UBuntu 24.04 #961

Open yewalenikhil65 opened 3 months ago

yewalenikhil65 commented 3 months ago

Error in download link of julia 1.10.4


nikhil@multiphase:~$ curl -fsSL https://install.julialang.org | sh

info: downloading installer
Welcome to Julia!

This will download and install the official Julia Language distribution
and its version manager Juliaup.

Juliaup will be installed into the Juliaup home directory, located at:

  /home/nikhil/.juliaup

The julia, juliaup and other commands will be added to
Juliaup's bin directory, located at:

  /home/nikhil/.juliaup/bin

This path will then be added to your PATH environment variable by
modifying the profile files located at:

  /home/nikhil/.bashrc
  /home/nikhil/.profile

Julia will look for a new version of Juliaup itself every 1440 minutes when you start julia.

You can uninstall at any time with juliaup self uninstall and these
changes will be reverted.

✔ Do you want to install with these default configuration choices? · Proceed with installation

Now installing Juliaup
Well, this is embarrassing.

Juliainstaller had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "/tmp/report-482cf822-1d05-414f-abfa-f034a8b8ce25.toml". Submit an issue or email with the subject of "Juliainstaller Crash Report" and include the report as an attachment.

To submit the crash report:

https://github.com/JuliaLang/juliaup

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!

following is the crash report generated

"name" = "Juliainstaller"
"operating_system" = "Ubuntu 24.4.0 (noble) [64-bit]"
"crate_version" = "1.14.9"
"explanation" = """
Panic occurred in file 'src/operations.rs' at line 1021
"""
"cause" = """
called `Result::unwrap()` on an `Err` value: Error occured while searching juliaup shell startup script section in /home/nikhil/.bashrc

Caused by:
    Found an opening marker but no end marker of juliaup section."""
"method" = "Panic"
"backtrace" = """

   0: 0x7cbde9b9b9a5 - juliaup::command_config_modifypath::run_command_config_modifypath::he365637530598869
   1: 0x7cbde9a74b5f - juliainstaller::main::hb78f2b483d6a6658
   2: 0x7cbde9a5b133 - std::sys_common::backtrace::__rust_begin_short_backtrace::hf3d1e83cc031fd94
   3: 0x7cbde9a7ab79 - main"""