Precompile error with DataFrames

CSV.jl was recently updated; the new version works with the new Parsers version. I guess you could revert now pinning the package Parsers (] free Parsers).

On my machine everything works with

using Pkg
Pkg.activate(temp = true)
Pkg.add(["CSV", "DataFrames", "IJulia"])
using IJulia, CSV, DataFrames
1 Like