CSV Parsers dependency problem

I think the issue is that the previous CSV.jl release probably has a dependency version like “Parsers >= 0.2” or something, and then when Parsers.jl made a breaking release to 0.3.0, it breaks CSV.jl. I think if you do something like ] pin Parsers 0.2.22, it should fix it for now.

1 Like