KrylovKit package installation hangs indefinitely

Hi, when I try to install the KrylovKit package on my Windows computer, the execution stops indefinitely.

julia> using Pkg
julia> Pkg.add("KrylovKit”);

The problem seems to be just about this package, as I was able to install every other package. I have enough space on my computer and the itnernet connection is fine.

Is there any problem with the website from which this package is downloaded ? Is it possible to download the source files through the we and manually transfer the files to some specific folder ?

Were you able to resolve this? KrylovKit.jl has few (no) dependencies, and does not install any binaries, so just cloning it from github should be sufficient to get everything you need.

1 Like