juliaup icon indicating copy to clipboard operation
juliaup copied to clipboard

julia installer crashes

Open toolslive opened this issue 1 year ago • 0 comments

rm -rf /home/romain/workspace/Effex/JULIA
curl -fsSL https://install.julialang.org | sh -s -- -y -p=/home/romain/workspace/Effex/JULIA

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/romain/workspace/Effex/JULIA

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

  /home/romain/workspace/Effex/JULIA/bin

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

  /home/romain/.bashrc
  /home/romain/.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.

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-24bf24cf-30f1-4fc5-8071-598bf0052ef2.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!

$ cat /tmp/report-24bf24cf-30f1-4fc5-8071-598bf0052ef2.toml
"name" = "Juliainstaller"
"operating_system" = "Ubuntu 22.4.0 (jammy) [64-bit]"
"crate_version" = "1.17.4"
"explanation" = """
Panic occurred in file 'src/bin/juliainstaller.rs' at line 503
"""
"cause" = """
called `Result::unwrap()` on an `Err` value: `config` command failed to load configuration data.

Caused by:
    0: Could not create juliaup home folder.
    1: Permission denied (os error 13)"""
"method" = "Panic"
"backtrace" = """

   0: 0x7787dea8d911 - juliainstaller::main::h63853937fd34f393
   1: 0x7787dea751b3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h95df1f7b0e338f32
   2: 0x7787dea92ab4 - main"""

toolslive avatar Oct 08 '24 16:10 toolslive