--no-binary=grpcio --no-binary=grpcio-tools Worx. Thank you so much!
Cheers Paul On Wednesday, October 20, 2021 at 8:15:44 PM UTC+2 [email protected] wrote: > If the precompiled binaries do not meet the constraints of your runtime > environment, you can also build from source using pip install --no-binary. > Alternatively, you could check out the artifacts hosted at piwheels > <https://www.piwheels.org/project/grpcio/>. > > On Wednesday, October 20, 2021 at 4:56:36 AM UTC-7 p.o.seidon wrote: > >> I use gRPC in my program, where it reads >> >> import grpc >> >> which calls >> >> from grpc import _compression >> >> which calls >> >> from grpc import _compression >> >> which causes >> >> builtins.ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version >> `GLIBC_2.33' not found (required by >> /usr/local/lib/python3.7/dist-packages/grpc/_cython/ >> cygrpc.cpython-37m-arm-linux-gnueabihf.so) >> >> I am on a RasPi 4 / 8 GB, Raspberry OS / Buster, installed a few days >> ago. I installed gRPC by issueing >> >> sudo pip3 install grpcio -U >> sudo pip3 install grpcio -tools -U >> >> Issueing ldd --version yields >> >> ldd (Debian GLIBC 2.28-10+rpt2+rpi1) 2.28 >> >> What am I supposed to do now? >> >> Cheers Paul >> >> >> -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/05bdb0cc-4c1c-4c2e-b544-0289e6a6be16n%40googlegroups.com.
