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
DelimitedFiles has been moved out as a separate package. It now has to be explicitly installed to be used.
So I checked the Manifest.toml on my system and it was not listed in deps.
After checking Project.toml in this repo and seeing that it was not listed either I tried to test it by manually editing my Manifest.toml.
"DelimitedFiles" was added to deps and it precompiled without issue. It looked like that afterward:
Hello and thank you for this amazing Package!
I just updated to Julia 1.9.1 and hat the following message came up during precompile:
after reading Julia v1.9 Release Notes I found out that
So I checked the Manifest.toml on my system and it was not listed in deps.
After checking Project.toml in this repo and seeing that it was not listed either I tried to test it by manually editing my Manifest.toml.
"DelimitedFiles" was added to deps and it precompiled without issue. It looked like that afterward:
I already opened an issue in the MineralExploration repo but wanted to post it here also. If you want me to do a PR I'm happy to do so.
Best wishes from Germany
The text was updated successfully, but these errors were encountered: