Error with using beautiful soup: ModuleNotFoundError: No module named 'bs4'

I’m getting an error from the line “from bs4 import BeautifulSoup”. Everything works when I’m just streaming the website from vs code, but not when I deploy the app from github. Please help! here’s the link to the repository I’m connecting: GitHub - elliot645/dealflow-site. the main file is ctvc_streamlit.py

https://docs.streamlit.io/streamlit-community-cloud/get-started/deploy-an-app/app-dependencies

Thanks that solved it!

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