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

julia installer crashes #1064

Open
toolslive opened this issue Oct 8, 2024 · 0 comments
Open

julia installer crashes #1064

toolslive opened this issue Oct 8, 2024 · 0 comments

Comments

@toolslive
Copy link

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"""

@KristofferC KristofferC changed the title julia installer crashes embarrasingly julia installer crashes Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant