Error installing requirements when upload on streamlit

Hi there!! I need help to solve a problem with libraries that I’m using. When upload my website on Streamlit, it shows “Error installing requirements”. I’d like to know how I do solve this error?
streamlit==1.20.0
pandas==1.5.3
time
urllib.request==3.10
json==2.0.9
bs4==4.12.0
requests==2.28.2
streamlit_chat

requirements.txt

pandas
streamlit
requests
beautifulsoup4
streamlit-chat
1 Like

Thanks!!!

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