Unable to automatically install 'CompilerSupportLibraries'

The command

$ df -Th

should show you the list of partitions, together with their file systems

Thanks! Here are the types:
ext4, devtmpfs, tmpfs, vfat, gpfs, tmpfs, gpfs, nfs.

Though I am not sure on which my environment is installed. I will try to find out.

Try running:

which julia
env ~ grep -i julia

This will give us the path to the binary for Julia and also any environment variables which have been set during login.

It seems like I need to load julia before using it on the cluster, and probably that is why I can’t install packages probably. When I run which julia I get that there’s no julia in all the folders I have access to. And I have no permission to run env.

I am now trying to install julia directly in my folder and see if that solves it. Will update soon.

I have managed to install julia in my folder on the cluster.
It is installed in ~roiho/julia/1.4.0/bin/julia

And I added it to my PATH, so I have

$ env | grep -i julia
PATH=/apps/RH7U2/gnu/python/3.6.3/bin:/usr/share/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/usr/share/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/apps/RH7U2/general/IMOD/4.10.8/IMOD/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/ibutils/bin:/root/bin:/usr/lpp/mmfs/bin:/home/labs/orenraz/roiho/.local/bin:/home/labs/orenraz/roiho/bin:/home/labs/orenraz/roiho/julia/1.4.0/bin/julia

Still I have the same problem trying to install a package.

(@v1.4) pkg> add DifferentialEquations
   Updating registry at `~/.julia/registries/General`
┌ Warning: Some registries failed to update:
│     — `~/.julia/registries/General` — registry dirty
└ @ Pkg.Types /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Types.jl:1122
  Resolving package versions...
Downloading artifact: CompilerSupportLibraries
######################################################################## 100.0%
┌ Error: Tree Hash Mismatch!
│   Expected git-tree-sha1:   0fd0fb67de786e5d7b2eb67181d35e4bcab639cf
│   Calculated git-tree-sha1: b5dfbf709a492a96aa4dcaf46616293ce08b7eab
ERROR: Unable to automatically install 'CompilerSupportLibraries' from '/home/labs/orenraz/roiho/.julia/packages/CompilerSupportLibraries_jll/kmL78/Artifacts.toml'
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] ensure_artifact_installed(::String, ::Dict{String,Any}, ::String; platform::Pkg.BinaryPlatforms.Platform, verbose::Bool, quiet_download::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Artifacts.jl:894
 [3] ensure_all_artifacts_installed(::String; platform::Pkg.BinaryPlatforms.Platform, pkg_uuid::Nothing, include_lazy::Bool, verbose::Bool, quiet_download::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Artifacts.jl:958
 [4] download_artifacts(::Pkg.Types.Context, ::Array{String,1}; platform::Pkg.BinaryPlatforms.Linux, verbose::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:609
 [5] download_artifacts(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; platform::Pkg.BinaryPlatforms.Linux, verbose::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:588
 [6] add(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Array{Base.UUID,1}; preserve::Pkg.Types.PreserveLevel, platform::Pkg.BinaryPlatforms.Linux) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:1084
 [7] add(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; preserve::Pkg.Types.PreserveLevel, platform::Pkg.BinaryPlatforms.Linux, kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:159
 [8] add(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:112
 [9] #add#27 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:109 [inlined]
 [10] add(::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:109
 [11] do_cmd!(::Pkg.REPLMode.Command, ::REPL.LineEditREPL) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:403
 [12] do_cmd(::REPL.LineEditREPL, ::String; do_rethrow::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:381
 [13] do_cmd at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:376 [inlined]
 [14] (::Pkg.REPLMode.var"#24#27"{REPL.LineEditREPL,REPL.LineEdit.Prompt})(::REPL.LineEdit.MIState, ::Base.GenericIOBuffer{Array{UInt8,1}}, ::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:542
 [15] #invokelatest#1 at ./essentials.jl:712 [inlined]
 [16] invokelatest at ./essentials.jl:711 [inlined]
 [17] run_interface(::REPL.Terminals.TextTerminal, ::REPL.LineEdit.ModalInterface, ::REPL.LineEdit.MIState) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/REPL/src/LineEdit.jl:2354
 [18] run_frontend(::REPL.LineEditREPL, ::REPL.REPLBackendRef) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/REPL/src/REPL.jl:1055
 [19] run_repl(::REPL.AbstractREPL, ::Any) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/REPL/src/REPL.jl:206
 [20] (::Base.var"#764#766"{Bool,Bool,Bool,Bool})(::Module) at ./client.jl:383
 [21] #invokelatest#1 at ./essentials.jl:712 [inlined]
 [22] invokelatest at ./essentials.jl:711 [inlined]
 [23] run_main_repl(::Bool, ::Bool, ::Bool, ::Bool, ::Bool) at ./client.jl:367
 [24] exec_options(::Base.JLOptions) at ./client.jl:305
 [25] _start() at ./client.jl:484

julia> 

Do you know what is the issue?

I am experiencing the similar issue while installing the package Distributions.

(MyProject) pkg> add Distributions
   Updating registry at `~/.juliapro/JuliaPro_v1.4.2-1/registries/JuliaPro`
┌ Warning: could not download https://pkg.juliacomputing.com/registries
└ @ Pkg.Types /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/Types.jl:880
  Resolving package versions...
Downloading artifact: CompilerSupportLibraries
Downloading artifact: CompilerSupportLibraries
ERROR: Unable to automatically install 'CompilerSupportLibraries' from '/home/tanweer/.juliapro/JuliaPro_v1.4.2-1/packages/CompilerSupportLibraries_jll/kmL78/Artifacts.toml'
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] ensure_artifact_installed(::String, ::Dict{String,Any}, ::String; platform::Pkg.BinaryPlatforms.Platform, verbose::Bool, quiet_download::Bool) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/Artifacts.jl:894
 [3] ensure_all_artifacts_installed(::String; platform::Pkg.BinaryPlatforms.Platform, pkg_uuid::Nothing, include_lazy::Bool, verbose::Bool, quiet_download::Bool) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/Artifacts.jl:958
 [4] download_artifacts(::Pkg.Types.Context, ::Array{String,1}; platform::Pkg.BinaryPlatforms.Linux, verbose::Bool) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:609
 [5] download_artifacts(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; platform::Pkg.BinaryPlatforms.Linux, verbose::Bool) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:588
 [6] add(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Array{Base.UUID,1}; preserve::Pkg.Types.PreserveLevel, platform::Pkg.BinaryPlatforms.Linux) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:1084
 [7] add(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; preserve::Pkg.Types.PreserveLevel, platform::Pkg.BinaryPlatforms.Linux, kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/API.jl:159
 [8] add(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/API.jl:112
 [9] #add#27 at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/API.jl:109 [inlined]
 [10] add(::Array{Pkg.Types.PackageSpec,1}) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/API.jl:109
 [11] do_cmd!(::Pkg.REPLMode.Command, ::REPL.LineEditREPL) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:403
 [12] do_cmd(::REPL.LineEditREPL, ::String; do_rethrow::Bool) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:381
 [13] do_cmd at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:376 [inlined]
 [14] (::Pkg.REPLMode.var"#24#27"{REPL.LineEditREPL,REPL.LineEdit.Prompt})(::REPL.LineEdit.MIState, ::Base.GenericIOBuffer{Array{UInt8,1}}, ::Bool) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/REPLMode/REPLMode.jl:542
 [15] (::Atom.var"#4#15"{Pkg.REPLMode.var"#24#27"{REPL.LineEditREPL,REPL.LineEdit.Prompt}})(::REPL.LineEdit.MIState, ::Base.GenericIOBuffer{Array{UInt8,1}}, ::Bool) at /home/tanweer/.juliapro/JuliaPro_v1.4.2-1/packages/Atom/9h5Up/src/Atom.jl:31
 [16] #invokelatest#1 at ./essentials.jl:712 [inlined]
 [17] invokelatest at ./essentials.jl:711 [inlined]
 [18] run_interface(::REPL.Terminals.TextTerminal, ::REPL.LineEdit.ModalInterface, ::REPL.LineEdit.MIState) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/REPL/src/LineEdit.jl:2354
 [19] run_frontend(::REPL.LineEditREPL, ::REPL.REPLBackendRef) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/REPL/src/REPL.jl:1055
 [20] run_repl(::REPL.AbstractREPL, ::Any) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/REPL/src/REPL.jl:206
 [21] (::Base.var"#764#766"{Bool,Bool,Bool,Bool})(::Module) at ./client.jl:383
 [22] #invokelatest#1 at ./essentials.jl:712 [inlined]
 [23] invokelatest at ./essentials.jl:711 [inlined]
 [24] run_main_repl(::Bool, ::Bool, ::Bool, ::Bool, ::Bool) at ./client.jl:367
 [25] exec_options(::Base.JLOptions) at ./client.jl:305
 [26] _start() at ./client.jl:484

I followed @giordano 's suggestion of using DebugArtifacts. This is what I am getting

julia> debug_artifact("CompilerSupportLibraries")
[ Info: Platform: Linux(:x86_64, libc=:glibc, compiler_abi=CompilerABI(libgfortran_version=v"4.0.0", cxxstring_abi=:cxx11))
Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, sandybridge)
Environment:
  JULIA_EDITOR = atom  -a
  JULIA_NUM_THREADS = 4
  JULIA_PKG_SERVER = pkg.juliacomputing.com
  JULIA_DEPOT_PATH = /home/tanweer/.juliapro/JuliaPro_v1.4.2-1:/home/tanweer/Julia/JuliaPro-1.4.2-1/Julia/local/share/julia:/home/tanweer/Julia/JuliaPro-1.4.2-1/Julia/share/julia

[ Info: Downloading Artifacts.toml to /tmp/jl_KnDS2X/Artifacts.toml...
curl: symbol lookup error: curl: undefined symbol: curl_mime_type
ERROR: Could not download https://raw.githubusercontent.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl/master/Artifacts.toml to /tmp/jl_KnDS2X/Artifacts.toml:
ProcessFailedException(Base.Process[Process(`curl -C - '-#' -f -o /tmp/jl_KnDS2X/Artifacts.toml -L https://raw.githubusercontent.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl/master/Artifacts.toml`, ProcessExited(127))])
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] download(::String, ::String; verbose::Bool, auth_header::Nothing) at /home/buildbot/build-worker/worker/juliapro-release-centos7-0_6/build/tmp_julia/share/julia/stdlib/v1.4/Pkg/src/PlatformEngines.jl:892
 [3] (::DebugArtifacts.var"#3#4"{String,Pkg.BinaryPlatforms.Linux,String})(::String) at /home/tanweer/.juliapro/JuliaPro_v1.4.2-1/packages/DebugArtifacts/VcVh2/src/DebugArtifacts.jl:57
 [4] mktempdir(::DebugArtifacts.var"#3#4"{String,Pkg.BinaryPlatforms.Linux,String}, ::String; prefix::String) at ./file.jl:682
 [5] mktempdir at ./file.jl:680 [inlined] (repeats 2 times)
 [6] debug_artifact(::String, ::Pkg.BinaryPlatforms.Linux) at /home/tanweer/.juliapro/JuliaPro_v1.4.2-1/packages/DebugArtifacts/VcVh2/src/DebugArtifacts.jl:53
 [7] debug_artifact(::String) at /home/tanweer/.juliapro/JuliaPro_v1.4.2-1/packages/DebugArtifacts/VcVh2/src/DebugArtifacts.jl:43
 [8] top-level scope at none:0

I assumed there are some issues with my curl installation. I checked my curl status and I got the following:

(base) tanweer@tanweer-OptiPlex-990:~$ curl -V
curl 7.71.1 (x86_64-conda_cos6-linux-gnu) libcurl/7.71.1 OpenSSL/1.1.1g zlib/1.2.11 libssh2/1.9.0
Release-Date: 2020-07-01
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS GSS-API HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
(base) tanweer@tanweer-OptiPlex-990:~$ whereis curl
curl: /usr/bin/curl /usr/include/curl /home/tanweer/miniconda3/bin/curl /home/tanweer/anaconda3/bin/curl /usr/share/man/man1/curl.1.gz
(base) tanweer@tanweer-OptiPlex-990:~$ which curl
/home/tanweer/miniconda3/bin/curl
(base) tanweer@tanweer-OptiPlex-990:~$ type curl
curl is hashed (/home/tanweer/miniconda3/bin/curl)

I will be truly grateful if I can get a solution here. I am trying my best to shift to Julia for last couple of days. Thanks in advance, everyone!

What if you don’t use Conda?

Hi @giordano, I removed Conda from my system and the problem is solved now. Turns out, the curl in conda is taking precedence over system curl and for some reason I have not been able to change .conf file in my system to change it. However, I did not need conda, and removed it altogether. Thank you very much!

Hello, I seem to be running in more/less the same issues. I’ve tried various versions of julia (1.1, 1.4.2, 1.5.0), compiling julia in a fresh dir, throwing out ~/.julia, but each time I do a simple

pkg> add Flux

I get horrible sequences of errors, a typical one (for the fresh julia 1.4.2):

   Updating registry at `~/.julia/registries/General`
  Resolving package versions...
Downloading artifact: CompilerSupportLibraries
######################################################################## 100.0%##O#- #                                                                       
┌ Error: Tree Hash Mismatch!
│   Expected git-tree-sha1:   424e8fcc25b26b5599a8d0f73dd5e8cac598fca8
│   Calculated git-tree-sha1: 6111e61b6c908cc4c8f21288422870b5f5fe3e73
ERROR: Unable to automatically install 'CompilerSupportLibraries' from '/home/david/.julia/packages/CompilerSupportLibraries_jll/kmL78/Artifacts.toml'
Stacktrace:

Is there something inconsistent in the registry these days?

@davidavdav can you please provide more information, like operating system and also the file system where you’re trying to install the package?

Are you sure you can’t install the package with julia v1.5? As far as I know you should get a message about the mismatch of the hash, but that shouldn’t be fatal and installation should go on.

This has nothing to do with the registry, the hash for which a mismatch is reported isn’t in the registry at all. The most common reason for the hash to fail to be computed correctly is a particular file system used, that’s why abov I asked for the type of the file system

@giordano, Sure, this is a Debian-10 system, the filesystem is a mounted NFS partition from a Synology NAS, with NFS support and default unix file permissions checked (this may be important, I have experienced the git interactions to be flaky in this environment).

I’ve recompiled v1.5.0, and then I get:

pkg> add Flux
...
Downloading artifact: CompilerSupportLibraries
######################################################################## 100.0%
┌ Error: Tree Hash Mismatch!
│   Expected git-tree-sha1:   424e8fcc25b26b5599a8d0f73dd5e8cac598fca8
│   Calculated git-tree-sha1: 6111e61b6c908cc4c8f21288422870b5f5fe3e73
...
julia> using Flux
[ Info: Precompiling Flux [587475ba-b771-5e3f-ad9e-33799f191a9c]
Downloading artifact: CompilerSupportLibraries
######################################################################## 100.0%
┌ Error: Tree Hash Mismatch!
│   Expected git-tree-sha1:   424e8fcc25b26b5599a8d0f73dd5e8cac598fca8
│   Calculated git-tree-sha1: 6111e61b6c908cc4c8f21288422870b5f5fe3e73
ERROR: LoadError: LoadError: InitError: could not load library "/home/david/.julia/artifacts/424e8fcc25b26b5599a8d0f73dd5e8cac598fca8/lib/libgcc_s.so.1"
/home/david/.julia/artifacts/424e8fcc25b26b5599a8d0f73dd5e8cac598fca8/lib/libgcc_s.so.1: cannot open shared object file: No such file or directory
Stacktrace: 

The file is there under the different hash.

If the filesystem is to blame, my experiences with git are that (seemingly randomly) regular files get the execution bit set, which git sees as a diff, but can’t be undone with a git reset --hard HEAD. I can, however, manually reset the execution bit, and then the git diff disappears

Pkg puts the artifact in the wrong directory. You can fix it with

$ mv ~/.julia/artifacts/6111e61b6c908cc4c8f21288422870b5f5fe3e73 ~/.julia/artifacts/424e8fcc25b26b5599a8d0f73dd5e8cac598fca8
2 Likes

Thanks, with a couple more of these, I can go ahead to the next kind of error—but that is Cuda related (CUDA error: invalid device ordinal (code #101, ERROR_INVALID_DEVICE) which is not for this thread

Cheers!

Hi all, I have the same problem but with a different error message. If I try to install a package(Distributions) I get:

**ERROR:** Unable to automatically install 'CompilerSupportLibraries' from '/home/n/nroys/.julia/packages/CompilerSupportLibraries_jll/kmL78/Artifacts.toml'

Then by following the advice above,

debug_artifact(“CompilerSupportLibraries”)

I get

[ Info: Platform: Linux(:x86_64, libc=:glibc, compiler_abi=CompilerABI(libgfortran_version=v"4.0.0", cxxstring_abi=:cxx11))

Julia Version 1.5.0

Commit 96786e22cc (2020-08-01 23:44 UTC)

Platform Info:

OS: Linux (x86_64-pc-linux-gnu)

CPU: Intel(R) Xeon(R) CPU E5-2637 v2 @ 3.50GHz

WORD_SIZE: 64

LIBM: libopenlibm

LLVM: libLLVM-9.0.1 (ORCJIT, ivybridge)

[ Info: Downloading Artifacts.toml to /tmp/jl_OSyiU0/Artifacts.toml…

######################################################################## 100.0%

[ Info: Extracting artifact info for platform x86_64-linux-gnu-libgfortran4-cxx11…

[ Info: Found meta object with git-tree-sha1 0fd0fb67de786e5d7b2eb67181d35e4bcab639cf, attempting download…

curl: (35) SSL connect error

ERROR: Could not download https://github.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl/releases/download/CompilerSupportLibraries-v0.3.3+0/CompilerSupportLibraries.v0.3.3.x86_64-linux-gnu-libgfortran4.tar.gz to /tmp/jl_iDC4Ns-download.gz:

ProcessFailedException(Base.Process[Process(curl -C - '-#' -f -o /tmp/jl_iDC4Ns-download.gz -L https://github.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl/releases/download/CompilerSupportLibraries-v0.3.3+0/CompilerSupportLibraries.v0.3.3.x86_64-linux-gnu-libgfortran4.tar.gz, ProcessExited(35))])

Please help!

You have some problems with your curl. Can you run the command

curl -C - '-#' -f -o /tmp/jl_iDC4Ns-download.gz -L https://github.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl/releases/download/CompilerSupportLibraries-v0.3.3+0/CompilerSupportLibraries.v0.3.3.x86_64-linux-gnu-libgfortran4.tar.gz

from the command line?

Thank you giordano. It returns:

curl: (35) SSL connect error

you’re behind a firewall?

It s a university server.

I’m not sure we can help in any way here, you need to fix your curl configuration. I can only suggest googling the error message or asking a sysadmin for help. curl: (35) SSL connect error - Stack Overflow suggests that you’re using a very old curl

1 Like

thanks!