-
Notifications
You must be signed in to change notification settings - Fork 356
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
Can't install Ruby environment on Linux (Gemfile.lock invalid) #2499
Comments
@henryiii's response on the IRIS-HEP Slack
|
How do I determine what in the
but earlier on in the logs I see
so it seems like
or is the
as statement of what Ruby will do but hasn't yet? I can see from
but that doesn't tell me why Here I'm using $ pixi run bundler --version
Bundler version 2.6.5 |
I believe it’s running in parallel. The new bundler is installing an old bundler because it’s in the lock file. And it’ll stick with that unless you run |
We really need to drop old Ruby support, #1728. That’s part of why our bundler is so old. |
Running
on Linux x86 fails to be able to install the Gemfile.lock given
If I remove the
Gemfile.lock
and try to build it again it fails withFull log:
I don't really know Ruby that well, so while I get that Ruby registries aren't immutable (TIL) I don't know what requires
nokogiri
and how to correct this.cc @henryiii
The text was updated successfully, but these errors were encountered: