Hi, in compiling MyPackage, under development, I get:
ERROR: LoadError: ArgumentError: Package MyPackage does not have OrdinaryDiffEq in its dependencies:
But it is, I added OrdinaryDiffEq through activating the environment, it appears in Project.toml (and Manifest), and have instantiated and resolved with nothing happening. What can be wrong?
You probably just have to do
pkg> activate
pkg> resolve
I.e. first activate you global environment and then cal resolve in it
Last updated: Nov 06 2024 at 04:40 UTC