nmilosev / pytorch-arm-builds

Unofficial PyTorch and torchvision builds for ARM devices
202 stars 46 forks source link

torch 1.10.2 and torchvision 0.11.2 for armv7l, python3.9 #20

Closed MoriartyShan closed 2 years ago

doryan-gonin commented 2 years ago

Hi,

First of all thank you for uploading a torch wheel on python 3.9 as I never managed to make the ones on 3.7 work.

When I tried launching torch after having installed your wheel on my Raspberry PI 2B (armv7l and python3.9 of course), I got the following error : ImportError: /lib/arm-linux-gnueabihf/lib.so.6: version 'GLIBC_2.32' not found (required by /home/pi/.local/lib/python3.9/site-packages/torch/lib/libtorch_python.so)

I installed the same dependencies as the ones @milosev used for the 3.7 wheel (The problem could be coming from here) From what I understand, the problem seems to be a missing file (in the libc.so.6 folder ?)

Do you have any ideas as to what could be causing this issue and how to resolve it ?