Closed mkborregaard closed 8 years ago
Solved with
Pkg.free("MacroTools")
Pkg.update()
But that gives another error in Atom.jl:
> using Atom
....
INFO: Recompiling stale cache file /Users/michael/.julia/lib/v0.4/Requires.ji for module Requires.
WARNING: Module MacroTools uuid did not match cache file
WARNING: deserialization checks failed while attempting to load cache from /Users/michael/.julia/lib/v0.4/Requires.ji
INFO: Precompiling module Requires...
INFO: Recompiling stale cache file /Users/michael/.julia/lib/v0.4/Requires.ji for module Requires.
WARNING: Module MacroTools uuid did not match cache file
ERROR: __precompile__(true) but require failed to create a precompiled cache file
in require at /usr/local/lib/julia/sys.dylib
in stale_cachefile at loading.jl:441
in recompile_stale at loading.jl:458
in _require_from_serialized at loading.jl:83
in _require_from_serialized at /usr/local/lib/julia/sys.dylib
in require at /usr/local/lib/julia/sys.dylib
in _require_from_serialized at loading.jl:84
in require at /usr/local/lib/julia/sys.dylib
Solved by removing and reinstalling Atom and Macrotools.