Stream: helpdesk (published)

Topic: Package not in dependencies, but it is


view this post on Zulip Ignacio Quintero (Oct 26 2022 at 15:54):

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?

view this post on Zulip Mason Protter (Oct 26 2022 at 17:10):

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: Oct 02 2023 at 04:34 UTC