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
using PyPlot
INFO: Recompiling stale cache file /Users/florent/.julia/lib/v0.4/PyPlot.ji for module PyPlot.
WARNING: Module BinDeps uuid did not match cache file
WARNING: deserialization checks failed while attempting to load cache from /Users/florent/.julia/lib/v0.4/PyPlot.ji
INFO: Precompiling module PyPlot...
INFO: Recompiling stale cache file /Users/florent/.julia/lib/v0.4/PyPlot.ji for module PyPlot.
WARNING: Module BinDeps uuid did not match cache file
ERROR: precompile(true) but require failed to create a precompiled cache file
in require at /Applications/Julia-0.4.0-rc3.app/Contents/Resources/julia/lib/julia/sys.dylib
The text was updated successfully, but these errors were encountered:
@krzakala, I think you are hitting JuliaLang/julia#12508 -- probably the BinDeps module was already loaded a a previous version, so importing the new precompiled version failed. Try doing using PyPlot from a fresh Julia session.
@johnfgibson, I deleted your comment because it was completely unrelated to the present issue. Please do not append random problem reports to unrelated issues. Your issue looks like a duplicate of #171.
Can't make it work... is here the log:
using PyPlot
INFO: Recompiling stale cache file /Users/florent/.julia/lib/v0.4/PyPlot.ji for module PyPlot.
WARNING: Module BinDeps uuid did not match cache file
WARNING: deserialization checks failed while attempting to load cache from /Users/florent/.julia/lib/v0.4/PyPlot.ji
INFO: Precompiling module PyPlot...
INFO: Recompiling stale cache file /Users/florent/.julia/lib/v0.4/PyPlot.ji for module PyPlot.
WARNING: Module BinDeps uuid did not match cache file
ERROR: precompile(true) but require failed to create a precompiled cache file
in require at /Applications/Julia-0.4.0-rc3.app/Contents/Resources/julia/lib/julia/sys.dylib
The text was updated successfully, but these errors were encountered: