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
Error: × failed to solve the conda requirements of 'default' 'osx-arm64'
╰─▶ Cannot solve the request because of: No candidates were found for opentelemetry-instrumentation-aiohttp-client >=0.51b0,<0.51a1.
Changing the <0.51a1 to <0.51b1 lets the install go through.
Issue description
It seems as if the handling of pre-release alphanumeric suffixes is not handled correctly by pixi add when computing the smallest excluded version.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
With a new project
pixi.toml
:running
adds the unfulfillable dependency
Then running
pixi install
yieldsChanging the
<0.51a1
to<0.51b1
lets the install go through.Issue description
It seems as if the handling of pre-release alphanumeric suffixes is not handled correctly by
pixi add
when computing the smallest excluded version.Expected behavior
The dependency
should be added.
The text was updated successfully, but these errors were encountered: