LAMPSPUC / UnobservedComponentsGAS

5 stars 0 forks source link

Huge number of dependencies #9

Open alexandrestreet opened 5 months ago

alexandrestreet commented 5 months ago

Just installed and waited 10 min to install all dependent packages. Is it the minimum number of dependencies needed? Then I got an error at the end: 😩

220 dependencies successfully precompiled in 125 seconds. 34 already precompiled. 76 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions 3 dependencies had warnings during precompilation: β”Œ FilePathsBase [48062228-2e41-5def-b9a4-89aafe57970f] β”‚ β”Œ Warning: The call to compilecache failed to create a usable precompiled cache file for CompatLinearAlgebraExt [dbe5ba0b-aecc-598a-a867-79051b540f49] β”‚ β”‚ exception = ArgumentError: Invalid checksum in cache file /Users/alexandrestreet/.julia/compiled/v1.9/CompatLinearAlgebraExt/Zxpzq_Eti7E.dylib. β”‚ β”” @ Base loading.jl:1818 β”‚ β”Œ Error: Error during loading of extension CompatLinearAlgebraExt of Compat, use Base.retry_load_extensions() to retry. β”‚ β”‚ exception = β”‚ β”‚ 1-element ExceptionStack: β”‚ β”‚ Declaring precompile(false) is not allowed in files that are being precompiled. β”‚ β”‚ Stacktrace: β”‚ β”‚ [1] _require(pkg::Base.PkgId, env::Nothing) β”‚ β”‚ @ Base ./loading.jl:1825 β”‚ β”‚ [2] _require_prelocked(uuidkey::Base.PkgId, env::Nothing) β”‚ β”‚ @ Base ./loading.jl:1660 β”‚ β”‚ [3] _require_prelocked(uuidkey::Base.PkgId) β”‚ β”‚ @ Base ./loading.jl:1658 β”‚ β”‚ [4] run_extension_callbacks(extid::Base.ExtensionId) β”‚ β”‚ @ Base ./loading.jl:1255 β”‚ β”‚ [5] run_extension_callbacks(pkgid::Base.PkgId) β”‚ β”‚ @ Base ./loading.jl:1290 β”‚ β”‚ [6] run_package_callbacks(modkey::Base.PkgId) β”‚ β”‚ @ Base ./loading.jl:1124 β”‚ β”‚ [7] _require_prelocked(uuidkey::Base.PkgId, env::String) β”‚ β”‚ @ Base ./loading.jl:1667 β”‚ β”‚ [8] macro expansion β”‚ β”‚ @ ./loading.jl:1648 [inlined] β”‚ β”‚ [9] macro expansion β”‚ β”‚ @ ./lock.jl:267 [inlined] β”‚ β”‚ [10] require(into::Module, mod::Symbol) β”‚ β”‚ @ Base ./loading.jl:1611 β”‚ β”‚ [11] include β”‚ β”‚ @ ./Base.jl:457 [inlined] β”‚ β”‚ [12] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) β”‚ β”‚ @ Base ./loading.jl:2049 β”‚ β”‚ [13] top-level scope β”‚ β”‚ @ stdin:3 β”‚ β”‚ [14] eval β”‚ β”‚ @ ./boot.jl:370 [inlined] β”‚ β”‚ [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) β”‚ β”‚ @ Base ./loading.jl:1903 β”‚ β”‚ [16] include_string β”‚ β”‚ @ ./loading.jl:1913 [inlined] β”‚ β”‚ [17] exec_options(opts::Base.JLOptions) β”‚ β”‚ @ Base ./client.jl:305 β”‚ β”‚ [18] _start() β”‚ β”‚ @ Base ./client.jl:522 β”‚ β”” @ Base loading.jl:1261 β””
β”Œ UnobservedComponentsGAS [9bf9f5a7-677e-4d97-86c0-3e0bcdd64a12] β”‚ WARNING: method definition for #find_first_model_for_local_search#7 at /Users/alexandrestreet/.julia/packages/UnobservedComponentsGAS/viPDb/src/distributions/t_location_scale.jl:351 declares type variable Dl but does not use it. β”‚ WARNING: method definition for #find_first_model_for_local_search#8 at /Users/alexandrestreet/.julia/packages/UnobservedComponentsGAS/viPDb/src/distributions/t_location_scale.jl:410 declares type variable Dl but does not use it. β”‚ WARNING: method definition for #fit_tlocationscale_local_search#9 at /Users/alexandrestreet/.julia/packages/UnobservedComponentsGAS/viPDb/src/distributions/t_location_scale.jl:465 declares type variable Dl but does not use it. β”‚ WARNING: method definition for #predict#169 at /Users/alexandrestreet/.julia/packages/UnobservedComponentsGAS/viPDb/src/forecast.jl:621 declares type variable Ml but does not use it. β””
β”Œ Polynomials [f27b6e38-b328-58d1-80ce-0feddd5e7a45] β”‚ WARNING: method definition for showterm at /Users/alexandrestreet/.julia/packages/Polynomials/Rrf70/src/polynomials/ChebyshevT.jl:270 declares type variable N but does not use it. β”‚ WARNING: method definition for convert at /Users/alexandrestreet/.julia/packages/Polynomials/Rrf70/src/rational-functions/common.jl:88 declares type variable P but does not use it. β”‚ WARNING: method definition for convert at /Users/alexandrestreet/.julia/packages/Polynomials/Rrf70/src/rational-functions/common.jl:88 declares type variable X but does not use it. β”‚ WARNING: method definition for convert at /Users/alexandrestreet/.julia/packages/Polynomials/Rrf70/src/rational-functions/common.jl:88 declares type variable T but does not use it. β””

MathNog commented 5 months ago

Thanks for the heads up! We have looked into our dependencies and deleted some old unused ones in order to speed up this process.