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
$ pixi add cuDNN=8.8
× could not determine any available versions for cuDNN on linux-64. Either the package could not be found or version constraints on other dependencies result in a conflict.
╰─▶ Cannot solve the request because of: No candidates where found for cuDNN 8.8.*.
Using pixi install:
$ tail -n2 pixi.toml
[dependencies]
cuDNN = "8.8.*"
$ pixi install
× Cannot solve the request because of: No candidates where found for cuDNN 8.8.*.
│
The text was updated successfully, but these errors were encountered:
Hello! I've noticed
pixi
0.1.0 is case-sensitive with package names whereas Conda is more forgiving.conda
pixi
Using
pixi add
:Using
pixi install
:The text was updated successfully, but these errors were encountered: