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
Just for the cross-reference JuliaPackaging/Yggdrasil#8580
Currently, it is not possible to install Plots.jl. In a fresh environment it fails with the following error:
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`
Precompiling project...
✗ GR_jll
✗ Plots
✗ Plots → UnitfulExt
9 dependencies successfully precompiled in 15 seconds. 136 already precompiled.
1 dependency had output during precompilation:
┌ GR
│ ERROR: LoadError: InitError: could not load library "/Users/bvdmitri/.julia/artifacts/2107e7bc404f11b178cb9724cb371ef704995727/lib/libtiff.6.dylib"
│ dlopen(/Users/bvdmitri/.julia/artifacts/2107e7bc404f11b178cb9724cb371ef704995727/lib/libtiff.6.dylib, 0x0001): Library not loaded: @rpath/libLerc.dylib
│ Referenced from: <9C779A8B-3F00-3FC2-80E1-EF95F6DA4945> /Users/bvdmitri/.julia/artifacts/2107e7bc404f11b178cb9724cb371ef704995727/lib/libtiff.6.dylib
│ Reason: tried: '/Users/bvdmitri/.julia/artifacts/2107e7bc404f11b178cb9724cb371ef704995727/lib/./libLerc.dylib' (no such file), '/Users/bvdmitri/.julia/artifacts/2107e7bc404f11b178cb9724cb371ef704995727/lib/./libLerc.dylib' (no such file), '/Users/bvdmitri/.julia/juliaup/julia-1.10.3+0.aarch64.apple.darwin14/lib/julia/libLerc.dylib' (no such file), '/Users/bvdmitri/.julia/juliaup/julia-1.10.3+0.aarch64.apple.darwin14/lib/julia/../libLerc.dylib' (no such file), '/Users/bvdmitri/.julia/juliaup/julia-1.10.3+0.aarch64.apple.darwin14/lib/libLerc.dylib' (no such file), '/usr/local/lib/libLerc.dylib' (no such file), '/usr/lib/libLerc.dylib' (no such file, not in dyld cache)
│ Stacktrace:
│ [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
│ @ Base.Libc.Libdl ./libdl.jl:117
│ [2] dlopen(s::String, flags::UInt32)
On CI I get a slightly different error.
The problem is downstream (with GR_jll and LERC_jll) but I still decided to duplicate it here until its fully resolved
julia>versioninfo()
Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-3010:59 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU:11× Apple M3 Pro
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads:1 default, 0 interactive, 1 GC (on 5 virtual cores)
The text was updated successfully, but these errors were encountered:
bvdmitri
changed the title
[BUG] Plots.jl dependencies are broken, cannot instal the package
[BUG] Plots.jl dependencies are broken, cannot install the package
May 1, 2024
Just for the cross-reference JuliaPackaging/Yggdrasil#8580
Currently, it is not possible to install Plots.jl. In a fresh environment it fails with the following error:
On CI I get a slightly different error.
The problem is downstream (with GR_jll and LERC_jll) but I still decided to duplicate it here until its fully resolved
The text was updated successfully, but these errors were encountered: