Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLIBC_2.33' not found #4

Open
D-Stacks opened this issue Jan 16, 2022 · 1 comment
Open

GLIBC_2.33' not found #4

D-Stacks opened this issue Jan 16, 2022 · 1 comment

Comments

@D-Stacks
Copy link
Collaborator

D-Stacks commented Jan 16, 2022

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.

@D-Stacks
Copy link
Collaborator Author

D-Stacks commented Jan 16, 2022

will leave this as an open issue for now, until perhaps grpc fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant