product · inferred from evidence
DESCRIPTOR
A specific import or component in protobuf that the stability-sdk depends on, which broke after a protobuf update.
- stability-sdk import fails in Colab after a protobuf update
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 ot