You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It wasn't the Manifest (I'd deleted the Manifest files). The problem was that there was a Zlib_jll folder in packages, and for some reason julia was trying to use that instead of the version in the sys image.
I'm using julia 1.6.3 and trying to add
CSV
to a clean environment:It reports a compilation error with
Zlib_jll
:I don't understand why the error happens since
Zlib_jll
is supposed to be compiled into julia 1.6The text was updated successfully, but these errors were encountered: