Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using PyPlot fail with rc3 #172

Closed
krzakala opened this issue Oct 1, 2015 · 3 comments
Closed

Using PyPlot fail with rc3 #172

krzakala opened this issue Oct 1, 2015 · 3 comments

Comments

@krzakala
Copy link

krzakala commented Oct 1, 2015

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

@stevengj
Copy link
Member

stevengj commented Oct 1, 2015

@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.

@stevengj
Copy link
Member

stevengj commented Oct 1, 2015

@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.

@krzakala
Copy link
Author

krzakala commented Oct 1, 2015

@stevengj Thanks! This solve the problem...
close

@krzakala krzakala closed this as completed Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants