Stuck installing (downloading?): how to know what is going on?

I am trying to install DifferentialEquations in 1.6-rc1, but it always gets stuck:

  | | |_| | | | (_| |  |  Version 1.6.0-rc1 (2021-02-06)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(@v1.6) pkg> add DifferentialEquations
    Updating registry at `~/.julia/registries/General`
   Resolving package versions...
   Installed Distributions ───────────── v0.24.13
   Installed StochasticDiffEq ────────── v6.32.1
   Installed ConstructionBase ────────── v1.1.0
   Installed FiniteDiff ──────────────── v2.8.0
   Installed BandedMatrices ──────────── v0.16.4
   Installed Sundials ────────────────── v4.4.1
  Progress [=========>                               ]  6/28


Is there a way to print more information, so I can have an idea where the problem is, and perhaps, fill a bug report?

Probably StackOverflowError with curl_multi_socket_action · Issue #94 · JuliaLang/Downloads.jl · GitHub / Download hang · Issue #95 · JuliaLang/Downloads.jl · GitHub

1 Like

Do you need/want some information from here to help with that?

No it is fixed in rc2.

3 Likes

I do not know how I can get rc2, but on the nightly build is definitely fixed. Thanks.