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
julia>using JLD
[ Info: Precompiling JLD [4138dd39-2aa7-5051-a626-17a0bb65d9c8]
ERROR: LoadError: syntax:try without catch or finally
Stacktrace:
[1] include at ./boot.jl:317 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1038
[3] include(::Module, ::String) at ./sysimg.jl:29
[4] top-level scope at none:2
[5] eval at ./boot.jl:319 [inlined]
[6] eval(::Expr) at ./client.jl:389
[7] top-level scope at ./none:3
in expression starting at /Users/prithvithakur/.julia/packages/JLD/D7dpY/src/JLD.jl:999
ERROR: Failed to precompile JLD [4138dd39-2aa7-5051-a626-17a0bb65d9c8] to /Users/prithvithakur/.julia/compiled/v1.0/JLD/l8ijy.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] macro expansion at ./logging.jl:313 [inlined]
[3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
[4] _require(::Base.PkgId) at ./logging.jl:311
[5] require(::Base.PkgId) at ./loading.jl:852
[6] macro expansion at ./logging.jl:311 [inlined]
[7] require(::Module, ::Symbol) at ./loading.jl:834
The text was updated successfully, but these errors were encountered:
I am unable to precompile JLD in Julia 1.0 version. It worked fine in 0.6.
I would have switched to JLD2, but JLD2 can't open JLD files, which I have a lot of.
The text was updated successfully, but these errors were encountered: