How can I add set channel_priority flexible in pixi? #1029
Unanswered
raybellwaves
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @raybellwaves, I understand the request. We've moved away from the conda-lock format so that will probably not be our preferred way. But I see that this could be a configuration option we could add. @baszalmstra what do you think of this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In conda I can do
conda config --set channel_priority flexible
. Curious what that looks like in a pixi.toml fileFYI i'm tinkering with this on google colab: https://colab.research.google.com/drive/1iW3qrKYeZGMrt2735b_LTi9mwNKCGz0L?usp=sharing and trying to install rapids
Came across #615 (comment)
I see I may have to specify the packages by hand. Not ideal but I image there may to ways to i.e.
Then get a conda lock then convert to to a pixi.toml file but ideally I would say in pixi end-to-end
Beta Was this translation helpful? Give feedback.
All reactions