Unable to run Streamlit hello

Traceback (most recent call last):
File “/home/mask/anaconda3/bin/streamlit”, line 5, in
from streamlit.cli import main
File “/home/mask/anaconda3/lib/python3.6/site-packages/streamlit/init.py”, line 48, in
from streamlit.proto.RootContainer_pb2 import RootContainer
File “/home/mask/anaconda3/lib/python3.6/site-packages/streamlit/proto/RootContainer_pb2.py”, line 22, in
create_key=_descriptor._internal_create_key,
AttributeError: module ‘google.protobuf.descriptor’ has no attribute ‘_internal_create_key’

Hi @Bharath_Varma, welcome to the Streamlit community. This is solved by upgrading the version of the protofbuf library:

Best,
Randy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.