Conda build is stuck with some unrelated build aterfacts. Unable to purge them. #5273
Open
2 tasks done
Labels
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
I try to add a dual license to a recipe with this entry:
At build time, I get an error
conda.auxlib.exceptions.ValidationError: Invalid value ['Artistic-1.0-Perl', 'GPL-1.0-or-later'] for license
Since, when I try to build any recipe. I get this error, even if the
meta.yaml
don't contain those licenses. For example, this file (with an emptybuild.sh
next to it) produces the above error:I was able to solve the issue by using
conda build purge-all
, but this behavior is clearly a bug.Conda Info
Conda Config
Conda list
Additional Context
The complete error message
The text was updated successfully, but these errors were encountered: