I am trying to run the cells in a Pluto file. Pluto automatically runs all the cells in the file, but it fails in the first cell when the packages are being loaded.
All I understood is that CSV.jl failed to precompile. That aside, I can’t make sense of the rest of the error message.
Do I have to have all the packages installed locally for the file to run without error? I don’t think that is the case, otherwise, it would kind of defeat the purpose of running it online, but I do happen to have CSV installed locally.
Does anyone know what I am doing wrong and how I can fix it?
Thank you.
This looks like a bug in the CSV version used by your notebook. Can you try to update CSV.jl in the Pluto notebook by pressing the update button next to the using (or import) statement?