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
That does work, but you can't do that in the ] REPL.
(jl_981J6x) pkg> add MKL_jll@v"2024.2.0+0"
ERROR: Unable to parse 2024.2.0+0 as a package.
In any case, I would expect version values printed by status or the string conversion of a VersionNumber to be valid values when using Pkg.add or ] add <name>@<version>
Julia 1.11.1
Packages can have a version that causes an
ArgumentError
when added.In a new project:
Same error with Pkg API:
Pkg.add(name="MKL_jll", version="2024.2.0+0")
add [email protected]
worksThe text was updated successfully, but these errors were encountered: