The new version of streamlit (0.66) has some big in it. It’s not getting downloaded on windows. Look into the issue
HI @harish_natarajan, welcome to the Streamlit community.
Can you provide more information? Telling us that there is a bug, but not what the bug is makes a pretty big surface area to check.
It’s installed but while importing it there is error.
It is as follows
AttributeError: module ‘google.protobuf.descriptor’ has no attribute ‘_internal_create_key’
Kindly look into the matter.
Thank you for creating such a good library
Hi @harish_natarajan.
You must upgrade protobuf module and streamlit works correctly.
Try:
pip3 install --upgrade protobuf
Thanks @Mauro_Galafassi it worked