I'm trying to update an old project to new dependencies, but when I do Pkg add, build or up, all I can see is this:
0 dependencies successfully precompiled in 4 seconds (242 already precompiled, 1 skipped during auto due to previous errors)
1 dependency errored
So this is not very informative, how can I see the error itself?
Use the package itself
thanks! the problem was Arpack.jl with the community julia package on arch linux, I saw you also pointed out this issue before in github
Yeah, don't use that package, use https://aur.archlinux.org/packages/julia-bin (that's what I do)
Last updated: Nov 06 2024 at 04:40 UTC