queryverse / IterableTables.jl

Implementations of the TableTraits.jl interface for various packages
Other
79 stars 9 forks source link

Error requiring Dataframes from IterableTables #68

Closed bisraelsen closed 6 years ago

bisraelsen commented 6 years ago

Hey, getting the following error in fresh install of Julia 0.6.0:

WARNING: Error requiring DataFrames from IterableTables:
LoadError: UndefVarError: ModelFrame not defined
Stacktrace:
 [1] include_from_node1(::String) at ./loading.jl:569
 [2] include(::String) at ./sysimg.jl:14
 [3] err(::IterableTables.##4#11, ::Module, ::String) at /home/brett/.julia/v0.6/Requires/src/require.jl:42
 [4] withpath(::IterableTables.##3#10, ::String) at /home/brett/.julia/v0.6/Requires/src/require.jl:32
 [5] listenmod(::IterableTables.##2#9, ::Symbol) at /home/brett/.julia/v0.6/Requires/src/require.jl:13
 [6] macro expansion at /home/brett/.julia/v0.6/Requires/src/require.jl:52 [inlined]
 [7] (::IterableTables.##1#8)() at /home/brett/.julia/v0.6/Requires/src/init.jl:17
 [8] __init__() at /home/brett/.julia/v0.6/Requires/src/init.jl:24
 [9] _include_from_serialized(::String) at ./loading.jl:157
 [10] _require_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at ./loading.jl:200
 [11] _require_search_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at ./loading.jl:236
 [12] _require(::Symbol) at ./loading.jl:434
 [13] require(::Symbol) at ./loading.jl:398
 [14] include_from_node1(::String) at ./loading.jl:569
 [15] eval(::Module, ::Any) at ./boot.jl:235
 [16] _require(::Symbol) at ./loading.jl:483
 [17] require(::Symbol) at ./loading.jl:398
 [18] include_from_node1(::String) at ./loading.jl:569
 [19] eval(::Module, ::Any) at ./boot.jl:235
 [20] _require(::Symbol) at ./loading.jl:483
 [21] require(::Symbol) at ./loading.jl:398
 [22] include_from_node1(::String) at ./loading.jl:569
 [23] include(::String) at ./sysimg.jl:14
 [24] eval(::Module, ::Any) at ./boot.jl:235
 [25] eval_user_input(::Any, ::Base.REPL.REPLBackend) at ./REPL.jl:66
 [26] macro expansion at ./REPL.jl:97 [inlined]
 [27] (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:73
while loading /home/brett/.julia/v0.6/IterableTables/src/integrations/dataframes-dataarray.jl, in expression starting on line 133

I'm wondering if it has to do with the recent migration of model-specific functionality from DataFrames.jl, but am not sure.

davidanthoff commented 6 years ago

What version of DataFrames are you using? I haven't tagged the release here that supports DataFrames v0.11. I think it should all work with master, but wanted to do one more test run before I tag.

bisraelsen commented 6 years ago

I am using v0.11.2

Sounds like that is definitely the problem. Thanks! Also, Sorry for the extreme delay in my response. A busy time of year...

davidanthoff commented 6 years ago

It should work now, I tagged the release a couple weeks ago.