Stream: helpdesk (published)

Topic: How to see errors in julia 1.6 Pkg?


view this post on Zulip Lucas Viana (Apr 16 2021 at 14:47):

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?

view this post on Zulip Mosè Giordano (Apr 16 2021 at 15:12):

Use the package itself

view this post on Zulip Lucas Viana (Apr 16 2021 at 15:30):

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

view this post on Zulip Mosè Giordano (Apr 16 2021 at 17:56):

Yeah, don't use that package, use https://aur.archlinux.org/packages/julia-bin (that's what I do)


Last updated: Oct 02 2023 at 04:34 UTC