Remote access problem

Hi @Sayan_Brahma, welcome to the Streamlit community!

This error comes from having an older version of protobuf installed, and can be fixed by the following:

pip install --upgrade protobuf

1 Like