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

Error trying to install IJulia via console. #1065

Closed
snowzone5 opened this issue Feb 6, 2023 · 2 comments
Closed

Error trying to install IJulia via console. #1065

snowzone5 opened this issue Feb 6, 2023 · 2 comments

Comments

@snowzone5
Copy link

  1. The output of versioninfo()

julia> versioninfo()
Julia Version 1.8.5
Commit 17cfb8e65e (2023-01-08 06:45 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, ivybridge)
Threads: 1 on 12 virtual cores

  1. How you installed Julia

I installed julia-1.8.5-win64.exe from: https://julialang.org/downloads/

First attachment (julia-err.txt) , was my first attempt
julia-err1.txt

I read in a forum where deleting the General registry helped some.

Second attachment: julia-err2.txt was my second attempt after deleting the General registry
julia-err2.txt

@stevengj
Copy link
Member

stevengj commented Feb 6, 2023

Please submit a bug report to Julia itself or ask on the Julia Discourse forum. If Julia is crashing with an EXCEPTION_ACCESS_VIOLATION when you do a Pkg.add, that's not something specific to IJulia. I would first just try re-installing Julia itself, in case you have a broken/corrupted Julia installation

Also, don't put your error messages into text files. Just paste them directly into the issue quoted with ``` triple backticks:

julia> using Pkg

julia> Pkg.add("IJulia")
  Installing known registries into `C:\Users\snowz\.julia`
    Updating registry at `C:\Users\snowz\.julia\registries\General.toml`
   Resolving package versions...

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ff905e952a2 -- fs__chmod at /workspace/srcdir/libuv\src/win\fs.c:2372
in expression starting at REPL[2]:1
fs__chmod at /workspace/srcdir/libuv\src/win\fs.c:2372
uv__fs_work at /workspace/srcdir/libuv\src/win\fs.c:3218
uv_fs_chmod at /workspace/srcdir/libuv\src/win\fs.c:3774

@stevengj stevengj closed this as completed Feb 6, 2023
@stevengj
Copy link
Member

stevengj commented Feb 6, 2023

Looks like this is JuliaLang/julia#41642

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

2 participants