jezs00 / pycasso

A system to send AI generated art to an E-Paper display through a Raspberry PI unit
MIT License
76 stars 6 forks source link

GLIBC_2.33 not found #1

Open jezs00 opened 2 years ago

jezs00 commented 2 years ago

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

jezs00 commented 2 years ago

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

jezs00 commented 1 year ago

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 commented 1 year ago

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.