You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> using Pkg
julia> Pkg.add("NighttimeLights"))
julia> Pkg.test("NighttimeLights")
ERROR: LoadError: InitError: could not load library "/home/tcztzy/.julia/artifacts/988c12a104f039161fb0940859dee220db5b7290/lib/libproj.so"
/usr/bin/../lib/julia/libcurl.so: version `CURL_4' not found (required by /home/tcztzy/.julia/artifacts/988c12a104f039161fb0940859dee220db5b7290/lib/libproj.so)
Trying to add NighttimeLights:
julia> using Pkg
julia> Pkg.add("NighttimeLights"))
julia> Pkg.test("NighttimeLights")
It might affect all Arch-based distributions, because I found this issue. Could you help me figure out how to solve this problem?
The text was updated successfully, but these errors were encountered: