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 #1

Open
jezs00 opened this issue Oct 15, 2022 · 3 comments
Open

GLIBC_2.33 not found #1

jezs00 opened this issue Oct 15, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@jezs00
Copy link
Owner

jezs00 commented Oct 15, 2022

Old solution no longer works as Stability-sdk requires a newer version of grpcio than 1.44.0.

@jezs00
Copy link
Owner Author

jezs00 commented Nov 12, 2022

Uninstalling and reinstalling this version seems to work at the moment but we'll need a better solution at some point.

@jezs00
Copy link
Owner Author

jezs00 commented Jan 9, 2023

Information here: https://stackoverflow.com/questions/71054519/glibc-2-33-not-found-in-raspberry-pi-python

sudo pip3 uninstall grpcio
sudo pip3 uninstall grpcio-tools
sudo pip3 install grpcio==1.44.0 --no-binary=grpcio
sudo pip3 install grpcio-tools==1.44.0 --no-binary=grpcio-tools

@jezs00 jezs00 added the bug Something isn't working label Jan 11, 2023
@jezs00
Copy link
Owner Author

jezs00 commented Jan 11, 2023

Adding the ability to load credentials from a plaintext file... Not the greatest option but we should have the option until we can ensure this issue doesn't pop up again.

@jezs00 jezs00 pinned this issue Jan 19, 2023
jezs00 added a commit that referenced this issue Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant