ModuleNotFoundError: No module named 'streamlit.report_thread'

3.7k Views Asked by At

enter image description here

Trying to deploy real time emotion detection model and getting this error from streamlit. I tried installing all the libraries but it always throwing this error.

1

There are 1 best solutions below

0
Shashank Shekhar On

Looks like another versioning issue for streamlit components. The response from Ben in the following should work. Let me know if this helps. https://discuss.streamlit.io/t/module-not-found-reportthread/5657/2