Importing stability-sdk in Colab started failing right after a protobuf release, because the new protobuf broke the DESCRIPTOR import the SDK relied on. Reporter iainmck found the workaround: force pip install protobuf==3.20.1, and two other users confirmed it fixed the import for them. Maintainer dmarx thanked the reporter and said the fix was being integrated into the package.