You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by $PREFIX/lib/python3.12/site-packages/torch/../../../././libcufile.so.0)
That means libcufile has already been compiled against a newer sysroot (whether intentionally or not), or perhaps it mistakenly picked up the one from the image somewhere. If indeed 2.28 is needed, please add
c_stdlib_version: # [aarch64]
- "2.28"# [aarch64]
to your CBC. Before rerendering, also please delete
In local builds of conda-forge/pytorch-cpu-feedstock#293, we're seeing
That means
libcufile
has already been compiled against a newer sysroot (whether intentionally or not), or perhaps it mistakenly picked up the one from the image somewhere. If indeed 2.28 is needed, please addto your CBC. Before rerendering, also please delete
libcufile-feedstock/conda-forge.yml
Lines 9 to 11 in b7dd1ca
which is obsolete.
The text was updated successfully, but these errors were encountered: