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
Installing Julia from a conda-forge channel gives the following warning:
┌ Warning: CHOLMOD version incompatibility
│
│ Julia was compiled with CHOLMOD version 4.0.4. It is
│ currently linked with version 3.0.14.
│ This might cause Julia to terminate when working with
│ sparse matrix factorizations, e.g. solving systems of
│ equations with \.
│
│ It is recommended that you use Julia with the same major
│ version of CHOLMOD as the one used during the build, or
│ download the generic binaries from www.julialang.org,
│ which ship with the correct versions of all dependencies.
└ @ SparseArrays.CHOLMOD ~/anaconda3/envs/py311-julia19/share/julia/stdlib/v1.10/SparseArrays/src/solvers/cholmod.jl:206
Installing Julia from a
conda-forge
channel gives the following warning:It's a known issue reported to conda-forge/julia-feedstock#274
The text was updated successfully, but these errors were encountered: