Almost all package versions you have installed are ancient. The current CSV release is 0.9, you are on 0.4. The same is true for many other installed packages (e.g. DataFrames is at 1.3 rather than 0.19 etc.).
It also looks like you are just dumping all your packages into the default environment, which is a bad idea and almost guaranteed to lead to versioning conflicts.
Please make a project specific environment, add CSV.jl and report back if there are still any errors.