Open lbsx opened 4 days ago
You will probably have to compile PyRun from source.
We currently don't provide automated builds for various platforms, only for one and that's a recent OpenSUSE Leap 15.5 or 15.6 version and while that uses glibc 2.38 as well, your libm appears to not provide the same symbols as OpenSUSE.
My pc os is debian 12, Linux leib 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux when I run bin/pyrun, there is a wrong: bin/pyrun: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by bin/pyrun). My current system's libc version is 2.38. How should I use Pyrun?