I am trying to use tsai package on Streamlit Cloud, but when I install the package in requirements.txt, streamlit gets spawn error and does not load. Could you look into this error? This is the test repo that I created for this problem.
Error is as follows:
AttributeError: module ‘google.protobuf.descriptor’ has no attribute ‘_internal_create_key’
In this case, since it’s a single package, I would specify an exact version of Streamlit in your requirements.txt file and that should resolve it. Since it’s not clear exactly what you’re doing, I would start by adding streamlit==1.2 .