On Sunday, August 21, 2016 at 10:44:46 AM UTC-4, Forrest Curo wrote: > > > Help? -- This* does* sound incredibly useful, but I'm getting a collision > with the Compat and JSON modules: > > > [In REPL]: using NBInclude -- produces > " > INFO: Recompiling stale cache file > /home/forrest/.julia/lib/v0.4/NBInclude.ji for module NBInclude. > WARNING: Module Compat uuid did not match cache file >
Just quit Julia and re-try "using NBInclude" ... you get this error when Compat was already imported before you run Pkg.update(). (https://github.com/JuliaLang/julia/issues/12508)
