Skip to content

GLIBC_2.33' not found #4

@D-Stacks

Description

@D-Stacks

GLIBC_2.33' not found

This has been reported to me for raspbian os, and seems to be an issue with the binaries of the grpcio package,

issue is also reported here: https://groups.google.com/g/grpc-io/c/vjbL3IdZ2Vk

solution:

sudo pip3 install -v -v -v -U grpcio-tools --no-binary=grpcio-tools --force-reinstall
and then
sudo pip3 install -v -v -v -U grpcio --no-binary=grpcio --force-reinstall.

note:

  1. --force-reinstall ensures non working packages are removed, otherwise bad packages will be left in place.

  2. installing grpcio-tools after grpcio seems to reinstall a non-working grpc package, so keep the order.

  3. -v -v -v triple verbose is merely there to keep your sanity in check, and shows something is happening under the hood, when installing through setup.py. otherwise it will seem like nothing is happening with a loading spinner that barely moves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions