Please post the contents of Project.toml
. IIRC DrWatson.jl does not generate everything in Project.toml
that is required for a module (I think the UUID is missing or something like that). Thus Julia does not recognize the folder as a proper package.
Edit: Just checked one of my DrWatson.jl projects and yes the UUID and version fields are indeed missing from Project.toml
.
Try adding something like:
version = "0.1.0-DEV"
uuid = "cec25042-51c3-436f-8186-bce8411cd328"
You can use that UUID, I just generated it but shouldn’t matter anyways