You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a requirement of the form <pkg> <version>, conda-build would intuit this as <pkg> <version>.*. It looks like rattler-build does not do this and expects it to be specified.
Error:
× an unspecified error occurred.
╭─[recipe/recipe.yaml:21:7]
20 │ host:
21 │ - python ${{ python_min }}
· ────────────┬───────────
· ╰── This match spec is ambiguous. Do you mean `python ==3.9` or `python 3.9.*`?
22 │ - pip
╰────
The text was updated successfully, but these errors were encountered:
When adding a requirement of the form
<pkg> <version>
,conda-build
would intuit this as<pkg> <version>.*
. It looks likerattler-build
does not do this and expects it to be specified.For example with syntax like this...
...
rattler-build
produces the following error...The text was updated successfully, but these errors were encountered: