Hello,
I get the following error message after upgrading Compat.jl (I had it fixed
before):
julia> include("Plotting.jl")
INFO: Recompiling stale cache file
/home/ufechner/.julia/lib/v0.4/FixedPointNumbers.ji for module
FixedPointNumbers.
WARNING: Module Compat uuid did not match cache file
This is likely because module Compat does not support precompilation but
is imported by a module that does.
WARNING: deserialization checks failed while attempting to load cache from
/home/ufechner/.julia/lib/v0.4/FixedPointNumbers.ji
INFO: Precompiling module FixedPointNumbers...
INFO: Recompiling stale cache file
/home/ufechner/.julia/lib/v0.4/FixedPointNumbers.ji for module
FixedPointNumbers.
WARNING: Module Compat uuid did not match cache file
This is likely because module Compat does not support precompilation but
is imported by a module that does.
ERROR: LoadError: __precompile__(true) but require failed to create a
precompiled cache file
in require at ./loading.jl:268
in stale_cachefile at loading.jl:457
in recompile_stale at loading.jl:474
in _require_from_serialized at loading.jl:83
in _require_from_serialized at ./loading.jl:109
in require at ./loading.jl:235
in stale_cachefile at loading.jl:457
in recompile_stale at loading.jl:474
in _require_from_serialized at loading.jl:83
in _require_from_serialized at ./loading.jl:109
in require at ./loading.jl:235
in stale_cachefile at loading.jl:457
in recompile_stale at loading.jl:474
in _require_from_serialized at loading.jl:83
in _require_from_serialized at ./loading.jl:109
in require at ./loading.jl:235
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:320
while loading /mnt/ssd/ufechner/00PythonSoftware/FastSim/src/Plotting.jl,
in expression starting on line 21
julia>
Any idea, how to fix this?
Uwe Fechner