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
I am trying to use the package manager to obtain the latest version of LinearMaps but am running into an issue with precompile. This is the error
julia> Pkg.activate(temp=true)
julia> Pkg.add("LinearMaps")
PkgPrecompileError: The following 1 direct dependency failed to precompile:
LinearMaps [7a12625a-238d-50fd-b39a-03d52299707e]
Error: Missing source file for LinearMaps [7a12625a-238d-50fd-b39a-03d52299707e
when I explicitly grab v3.11.1 the code compiles fine.
Thanks!
The text was updated successfully, but these errors were encountered:
Which Julia version is this? The currently released version of LinearMaps.jl is 3.11.3, not 3.11.2. With v3.11.3, I can't reproduce on v1.6, v1.10 and v1.11-rc. Could you please show the output of versioninfo()? Since you're installing into a temporary environment, there cannot be any compatibility issues with other packages, right?
Hello,
I am trying to use the package manager to obtain the latest version of LinearMaps but am running into an issue with precompile. This is the error
when I explicitly grab v3.11.1 the code compiles fine.
Thanks!
The text was updated successfully, but these errors were encountered: