Julia 1.13 - precompilation error for LibCURL since update
Julia Programming Language
Julia 1.13 - precompilation error for LibCURL since update
I just updated one of my systems to Julia 1.13, and am looking at a peculiar error when I try to load and upgrade some of my global environments. So, my setup is using some variation of below shell script to automate some of the global environment upgrades: for d in ~/.julia/environments/*/; do n=$(basename "$d"); julia --startup-file=no --project=@"$n" -e 'using Pkg; Pkg.status(); Pkg.update()'; done And I’m consistently getting precompilation related errors for LibCURL_jll, LibCURL, Downloa...
0 comments
No comments yet.