Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixi differs from Conda in terms of case-sensitivity of package names #264

Closed
twrightsman opened this issue Aug 18, 2023 · 2 comments · Fixed by #321
Closed

pixi differs from Conda in terms of case-sensitivity of package names #264

twrightsman opened this issue Aug 18, 2023 · 2 comments · Fixed by #321
Assignees
Labels
🐞 bug Something isn't working

Comments

@twrightsman
Copy link
Contributor

twrightsman commented Aug 18, 2023

Hello! I've noticed pixi 0.1.0 is case-sensitive with package names whereas Conda is more forgiving.

conda

$ conda search -c conda-forge cuDNN=8.8
Loading channels: done
# Name                       Version           Build  Channel             
cudnn                      8.8.0.121      h0800d71_0  conda-forge         
cudnn                      8.8.0.121      h0800d71_1  conda-forge         
cudnn                      8.8.0.121      h459966d_0  conda-forge         
cudnn                      8.8.0.121      h459966d_1  conda-forge

pixi

Using pixi add:

$ 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.*.
  │ 
@baszalmstra
Copy link
Contributor

@twrightsman thanks! Ill will take a look at this next week!

@baszalmstra
Copy link
Contributor

We landed conda/rattler#285 in rattler recently and updated pixi to use this as well in #321 . This should then be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants