-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Required version of glibc? #17
Comments
That shouldn't be necessary. We just used the glibc as provided by the build environment, which shouldn't be hard linked. |
On Slack, @maleadt suggested that this might be due to the fact that we use the official binaries. Here's the error that I got on a RHEL 7.3 system with glibc 2.17: ERROR: LoadError: InitError: could not load library "/users/daluthge/.julia/artifacts/d6ce2ca09ab00964151aaeae71179deb8f9800d1/lib/libdoeye_caml.so"
/lib64/libm.so.6: version `GLIBC_2.23' not found (required by /users/daluthge/.julia/artifacts/d6ce2ca09ab00964151aaeae71179deb8f9800d1/lib/libtorch.so) |
Whoops @dhairyagandhi96 just saw your reply on Slack. |
@DilumAluthge Hi, could you please share how to handle this issue? I met the same error when precompiling Torch.jl. |
It's been so long, that I don't remember now. @maleadt or @staticfloat will probably know. |
@DilumAluthge Thanks for your reply, could you please tell me which channel it is on Slack you mention above? |
Hmmm. Probably I asked in either #gpu or #binarybuilder. I doubt the conversation is still there though; it has almost certainly been lost to the "Slack memory hole". |
Yeah, I tried to search on slack, there is nothing. Thanks. |
Tim or Elliot will be able to help. We can ping them again if they don't reply within a couple weeks. |
The problem
The workaroundIf you download a newer |
Thanks for your advice, will this problem be fixed in the future version of |
Does Torch.jl require that my system has a particular version of glibc? If so, what are the compatible versions of glibc?
The text was updated successfully, but these errors were encountered: