Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DF.jl precompilation error on windows #18

Closed
yjunechoe opened this issue Sep 7, 2023 · 1 comment
Closed

DF.jl precompilation error on windows #18

yjunechoe opened this issue Sep 7, 2023 · 1 comment

Comments

@yjunechoe
Copy link
Owner

Caught on CRAN tests for windows: https://www.r-project.org/nosvn/R.check/r-release-windows-x86_64/jlmerclusterperm-00check.html

Seems to be an issue with Tables.jl version? Specifically, Julia 1.8.0 is prior to Tables 1.9 which is the version DF.jl needs for ByRow.

Relevant error signatures:

 ERROR: LoadError: UndefVarError: ByRow not defined
  Stacktrace:
   [1] include
     @ .\Base.jl:419 [inlined]
   [2] 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, UInt64}}, source::Nothing)
     @ Base .\loading.jl:1554
   [3] top-level scope
     @ stdin:1
  in expression starting at C:\Users\CRAN\.julia\packages\DataFrames\58MUJ\src\DataFrames.jl:1
  in expression starting at stdin:1
Error: Evaluation in Julia failed.
  Original Julia error message:
  LoadError: Failed to precompile DataFrames [a93c6f00-e57d-5684-b7b6-d8193f3e46c0] to C:\Users\CRAN\.julia\compiled\v1.8\DataFrames\jl_9B3A.tmp.
  Stacktrace:
    [1] error(s::String)
      @ Base .\error.jl:35
    [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
      @ Base .\loading.jl:1705
    [3] compilecache
      @ .\loading.jl:1649 [inlined]
    [4] _require(pkg::Base.PkgId)
      @ Base .\loading.jl:1337
    [5] _require_prelocked(uuidkey::Base.PkgId)
      @ Base .\loading.jl:1200
...

Session info:

  Julia Version 1.8.0
  Commit 5544a0fab7 (2022-08-17 13:38 UTC)
  Platform Info:
    OS: Windows (x86_64-w64-mingw32)
    CPU: 56 × Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz
    WORD_SIZE: 64
    LIBM: libopenlibm
    LLVM: libLLVM-13.0.1 (ORCJIT, broadwell)
    Threads: 1 on 56 virtual cores
@yjunechoe
Copy link
Owner Author

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

No branches or pull requests

1 participant