Open jezs00 opened 2 years ago
Uninstalling and reinstalling this version seems to work at the moment but we'll need a better solution at some point.
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
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.
Old solution no longer works as Stability-sdk requires a newer version of grpcio than 1.44.0.