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 ?
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 ?