JLD.jl icon indicating copy to clipboard operation
JLD.jl copied to clipboard

requiring "JLD" in module "Main" did not define a corresponding module.

Open mambuDL opened this issue 7 years ago • 1 comments
trafficstars

Hi, I had a perfect system until tonight. I did not change anything in my system and I did not update any package.

When I try to use JLD package, I got the following warning and I cannot use any function from the JLD package. The other packages still works fine.

$ julia
julia> Pkg.installed("JLD")
v"0.8.3"
julia> using JLD
WARNING: requiring "JLD" in module "Main" did not define a corresponding module.

julia> JLD.load
ERROR: UndefVarError: JLD not defined

mambuDL avatar May 03 '18 19:05 mambuDL

Maybe there is something else called JLD or JLD.jl in your path somewhere that's interfering? I'm not sure what would cause this.

JeffBezanson avatar Oct 19 '18 16:10 JeffBezanson