what can i do to solved it .
Julia Version 1.9.4
Commit 8e5136fa297 (2023-11-14 08:46 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 16 × Intel(R) Core™ i7-10700K CPU @ 3.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, skylake)
Threads: 1 on 16 virtual cores
Environment:
JULIA_PKG_SERVER = https://mirrors.pku.edu.cn/julia
JULIA_IMAGE_THREADS = 1
Idk what’s the root cause but usually a cocktail of ] gc, resolve
deleting Manifest.toml
, deleting the ~/.julia/compiled
folder helps.
Also make sure your general julia environment is not intrusively overloaded.
Thank you, ]gc solved the problem. Anyway, I installed other packages normally.
For future reference, ronisbr/PrettyTables.jl#231 should fix the source of this issue.