xiaodaigh / JLBoost.jl

A 100%-Julia implementation of Gradient-Boosting Regression Tree algorithms
MIT License
69 stars 6 forks source link

"Package JLBoost does not have Tables in its dependencies" #44

Closed niclasmattsson closed 4 years ago

niclasmattsson commented 4 years ago

Same error in both master and release v0.1.5:

julia> using JLBoost
[ Info: Precompiling JLBoost [13d6d4a1-5e7f-472c-9ebc-8123a4fbb95f]
WARNING: both PrettyTables and MLJModelInterface export "matrix"; uses of it in module MLJBase must be qualified
ERROR: LoadError: LoadError: ArgumentError: Package JLBoost does not have Tables in its dependencies:
- If you have JLBoost checked out for development and have
  added Tables as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with JLBoost
xiaodaigh commented 4 years ago

Thanks for report. I have fixed this in 0.1.6. Registered and should be ready tomorrow.