Hi @janickspirig10, I just checked a Jetson running JetPack 4.5 (L4T R32.5.0) and JetPack 4.4.1 (L4T R32.4.4) and they both reported to be using GLIBC v2.27. I checked it with this command:
ldd --version ldd
So I’m not sure where the dependency on GLIBC v2.28 is coming from, as those PyTorch wheels were built on these versions of JetPack with GLIBC v2.27.
Did you install the PyTorch wheel from this thread? https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-8-0-now-available/72048
The only difference I see is that you appear to be using virtualenv, I wonder if that is somehow related (or upgraded pip/pip3 version). Are you able to import torch in the l4t-pytorch container?