Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Error "DelimitedFiles" missing in Project.toml #1

Open
GMGassner opened this issue Jun 23, 2023 · 0 comments
Open

Dependency Error "DelimitedFiles" missing in Project.toml #1

GMGassner opened this issue Jun 23, 2023 · 0 comments

Comments

@GMGassner
Copy link

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:

ERROR: LoadError: ArgumentError: Package MineralExploration does not have DelimitedFiles in its dependencies:

after reading Julia v1.9 Release Notes I found out that

  • 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:

[[deps.MineralExploration]]
deps = ["ArgParse", "BeliefUpdaters", "CSV", "DataFrames", "DelimitedFiles", "Distributions", "GeoStats", "JLD", "LinearAlgebra", "POMCPOW", "POMDPModelTools", "POMDPPolicies", "POMDPSimulators", "POMDPs", "Parameters", "ParticleFilters", "PlotlyJS", "Plots", "Random", "ScientificTypes", "Statistics", "StatsBase", "StatsPlots"]
path = "C:\\Users\\ga82toj\\.julia\\dev\\MineralExploration"
uuid = "8a34a384-1fed-11ec-9621-0242ac130002"
version = "0.1.0"

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

s-chundi added a commit that referenced this issue Mar 1, 2024
Adam fix in order to repro LightDark results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant