-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
I just installed Julia v1.9.0. Usually this is straight forward, I install the .exe file, duplicate the previous versions environment folder and change the name (i.e. from v1.8 to v1.9). I then do a pkg update and usually everything works fine.
My current version
julia> versioninfo()
Julia Version 1.9.0
Commit 8e63055292 (2023-05-07 11:25 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 24 × AMD Ryzen Threadripper 1920X 12-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, znver1)
Threads: 1 on 24 virtual cores
Environment:
JULIA_IMAGE_THREADS = 1
This time I have all these dependency errors, and
So I deleted the v1.9 folder in the environments folder and reinstalled the following packages:
(@v1.9) pkg> add Glob JLD2 FileIO CodecZlib Plots PlotlyJS Flux CUDA DSP Statistics Random MLJ LinearAlgebra TextAnalysis InlineStrings DataFrames CSV FindPeaks1D Libdl
My current version
julia> versioninfo()
Julia Version 1.9.0
Commit 8e63055292 (2023-05-07 11:25 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 24 × AMD Ryzen Threadripper 1920X 12-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, znver1)
Threads: 1 on 24 virtual cores
Environment:
JULIA_IMAGE_THREADS = 1
Errors as follows, even after adding/using DataStructures and StatsBase:
17 dependencies had warnings during precompilation:
┌ Flux [587475ba-b771-5e3f-ad9e-33799f191a9c]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for MLUtils [f1d291b0-491e-4a28-83b9-f70985020b54]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ MLJ [add582a8-e3ab-11e8-2d5e-e98b27df1bc7]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-214828a7127b is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-2153bcbbe2e8 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: Module MLJBase with build ID ffffffff-ffff-ffff-0000-214cdaf2d5aa is missing from the cache.
│ │ This may mean MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: Module MLJBase with build ID ffffffff-ffff-ffff-0000-214cdaf2d5aa is missing from the cache.
│ │ This may mean MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: Module StatsBase with build ID ffffffff-ffff-ffff-0000-2154444d31e5 is missing from the cache.
│ │ This may mean StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: Module ScientificTypes with build ID ffffffff-ffff-ffff-0000-21518bd2b30b is missing from the cache.
│ │ This may mean ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: Module MLJBase with build ID ffffffff-ffff-ffff-0000-214cdaf2d5aa is missing from the cache.
│ │ This may mean MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
└
┌ LatinHypercubeSampling [a5e1c1ea-c99a-51d3-a14d-a9a37257b02d]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ MLJIteration [614be32b-d00c-4edb-bd02-1eb411ab5e55]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-212fa6b7f9c3 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-213bec004d90 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
└
┌ DistributionsChainRulesCoreExt [6db1f127-056a-568b-bd49-ae61d42389fa]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ CategoricalDistributions [af321ab8-2d2e-40a6-b165-3d674595d28e]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-21182a7a466a is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
└
┌ DataFrames [a93c6f00-e57d-5684-b7b6-d8193f3e46c0]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for SortingAlgorithms [a2af1166-a08f-5f64-846c-94a0d3cef48c]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ MLJTuning [03970b2e-30c4-11ea-3135-d1576263f10f]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-212f935e6173 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-213bdd3b4954 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: Module StatsBase with build ID ffffffff-ffff-ffff-0000-213c712f58d1 is missing from the cache.
│ │ This may mean StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
└
┌ MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-21229e91d3a7 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
└
┌ Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ FileIOExt [f5f51d8f-5827-5d2e-939b-192fcd6ec70c]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ MLJModels [d491faf4-2d78-11e9-2867-c94bc002c0b7]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-2122aa713f0f is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
└
┌ MLJEnsembles [50ed68f4-41fd-4504-931a-ed422449fee0]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-212fb2153e07 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for MLJBase [a7f614a8-145f-11e9-1d2a-a57a1082229d]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: Module Distributions with build ID ffffffff-ffff-ffff-0000-213be1c906a0 is missing from the cache.
│ │ This may mean Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] does not support precompilation but is imported by a module that does.
│ └ @ Base loading.jl:1758
└
┌ ScientificTypes [321657f4-b219-11e9-178b-2701a2544e81]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ DataFramesExt [9e668153-f473-5010-85ff-a85cbe3b95ea]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for SortingAlgorithms [a2af1166-a08f-5f64-846c-94a0d3cef48c]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for DataFrames [a93c6f00-e57d-5684-b7b6-d8193f3e46c0]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for SortingAlgorithms [a2af1166-a08f-5f64-846c-94a0d3cef48c]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
└
┌ TextAnalysis [a2db99b7-8b79-58f8-94bf-bbc811eef33d]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
│ WARNING: method definition for #CooMatrix#80 at C:\Users\jpotas\.julia\packages\TextAnalysis\B0QxG\src\coom.jl:148 declares type variable T but does not use it.
└
┌ MLUtils [f1d291b0-491e-4a28-83b9-f70985020b54]
│ ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
│ │ exception = Required dependency DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] failed to load from a cache file.
│ └ @ Base loading.jl:1783
Why has this happened? Should I be using a different version of StatsBase or DataStructures? If so, which ?
Should correct DataStructures and StatsBase versions be pulled with the packages that depend on them? Why after installing it I still get the same errors?
Idea for the future: could julia multiple-dispatch packages for different versions, so you could have two versions of StatsBase and the right version is used by the packages that depend on them?