You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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
The text was updated successfully, but these errors were encountered: