Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Compiling error #80

Closed
bhalonen opened this issue Jul 22, 2017 · 1 comment
Closed

Compiling error #80

bhalonen opened this issue Jul 22, 2017 · 1 comment

Comments

@bhalonen
Copy link

With julia version

Julia Version 0.6.0
Commit 903644385b (2017-06-19 13:05 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, haswell)

And DataTables version

v"0.0.3"

The following error occurs.

julia> using DataTables
INFO: Precompiling module DataTables.
WARNING: Module Compat with uuid 254536935008373 is missing from the cache.
This may mean module Compat does not support precompilation but is imported by a module that does.
ERROR: LoadError: Declaring precompile(false) is not allowed in files that are being precompiled.
Stacktrace:
[1] _require(::Symbol) at ./loading.jl:448
[2] require(::Symbol) at ./loading.jl:398
[3] include_from_node1(::String) at ./loading.jl:569
[4] include(::String) at ./sysimg.jl:14
[5] anonymous at ./:2
while loading /Users/brent/.julia/v0.6/DataTables/src/DataTables.jl, in expression starting on line 11
ERROR: Failed to precompile DataTables to /Users/brent/.julia/lib/v0.6/DataTables.ji.
Stacktrace:
[1] compilecache(::String) at ./loading.jl:703
[2] _require(::Symbol) at ./loading.jl:490
[3] require(::Symbol) at ./loading.jl:398

@bhalonen
Copy link
Author

Sorry about that, apparently all you need to do is cycle the terminal. Julia wide error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant