I've just tried adding a package (LoopVectorisation
) to my development package (FunctionalClustering
), however whenever I try to load it I see "ERROR: LoadError: ArgumentError: Package FunctionalClustering does not have LoopVectorisation in its dependencies"
.
I have
] activate .
in my package environment] update
in my package and global environment] resolve
in my package and global environment] dev FunctionalClustering
in my global environmentand I still see this issue :frown:
Suggestions would be appreciated!
Did you pkg> add LoopVectorisation
in the package environment? Edit: I guess the last image is from the package env, so yes?
I ran ] add LoopVectorisation
in my global package environment before the dev package environment.
Is the problem that you try to use LoopVectorisation but it is spelled LoopVectorization?
Damm Americans! /s
I don't think so though, since while I'm typing that here what I typed in the REPL was LoopV TAB
. Looking in my global Manifest.toml
and package Project.toml
confirms that I have the American spelling.
Ah. But I was using the normal spelling in my using
statement ... that would do it!
Last updated: Nov 06 2024 at 04:40 UTC