jmboehm / GLFixedEffectModels.jl

Fast estimation of generalized linear models with high dimensional categorical variables in Julia
Other
33 stars 6 forks source link

Dependency conflicts with Lasso.jl #37

Closed caibengbu closed 2 years ago

caibengbu commented 2 years ago

Users might not be able download the latest version of GLFixedEffectModels (@0.3.1) with the presence of the package Lasso.

Screen Shot 2022-03-28 at 1 44 17 PM

With Lasso installed, an older version of GLFixedEffectModels (@0.1.3) is installed and this outdated precompiling script can't pass and will throw "weight not finite" error.

Screen Shot 2022-03-28 at 1 30 22 PM Screen Shot 2022-03-28 at 1 04 48 PM

A quick solution is to pkg> rm Lasso

jmboehm commented 2 years ago

Thanks. I guess we should allow versions of Distributions.jl that are above 0.24. I'll try to look into this this week.

On Mon, Mar 28, 2022 at 1:52 PM Ye Sun @.***> wrote:

Users might not be able download the latest version of GLFixedEffectModels @.***) with the presence of the package Lasso.

[image: Screen Shot 2022-03-28 at 1 44 17 PM] https://user-images.githubusercontent.com/49098749/160391515-78b01e80-399a-4ce3-97f6-100f3b1edb2c.png

With Lasso installed, an older version of GLFixedEffectModels @.***) is installed and this outdated precompiling script can't pass and will throw "weight not finite" error.

[image: Screen Shot 2022-03-28 at 1 30 22 PM] https://user-images.githubusercontent.com/49098749/160392054-fb2628e3-2cb4-49cc-b6a0-bab208e49761.png

[image: Screen Shot 2022-03-28 at 1 04 48 PM] https://user-images.githubusercontent.com/49098749/160391725-6befc7cf-17b4-4616-b346-fb729e0573c3.png

— Reply to this email directly, view it on GitHub https://github.com/jmboehm/GLFixedEffectModels.jl/issues/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEH43TIK4G3M5RIP534THXLVCGMPXANCNFSM5R24KPAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jmboehm commented 2 years ago

Should be fixed in #39 (which now allows Distributions.jl 0.25), please re-open if not.