-
Notifications
You must be signed in to change notification settings - Fork 208
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
Issue with examples on linux #263
Comments
Thankyou, this is awesome to hear! To fix the issue you need to add:
The default is a lot higher. This is still up for a debate. Why are you using such a old Linux kernel? |
I was testing on a on premise node that is available to me. The cluster is not managed by me or my team so I am unsure of the exact reasoning, but we could probably do a better job of keeping things up to date. That worked though. Thank you! |
Good that it worked. Note that it might not always work as packages can depend on higher version of linux. Upvote this reaction to see how much people walk into this problem 👍 |
Maybe, you could add a help message to see this issue on github or to try [system-requirements]
linux= "Your version of linux" ex: "5.4.0" |
Hi,
Just wanted to say I love what you guys have been doing here. I've been following this project for a little bit and have even used pixi for a small personal project. The workflow was marvelous :).
This week I decided to see if how it would work on linux. Trying the examples I run into the following error...
I confirmed the linux version.
This still leaves me a little bit of a loss. I don't see any explicit mention of a minimum linux version in the lock/toml file. What is the recommended workflow to resolve this?
The text was updated successfully, but these errors were encountered: