I know this question is similar to others, but the answers there don’t seem to apply to my situation. I’m having trouble deploying my (first) streamlit app to community cloud.
App: https://sslederer-recipe-project-website-jlm492.streamlit.app/
Repo: GitHub - sslederer/recipe_project: Recipe recommendation project from the data incubator
App file is website.py
Error message is:
"Error installing requirements.
Click “Manage App” and consult the terminal for more details."
There is no “Manage App” button visible. My requirements.txt file lists some standard packages as well as two related to recipes.
recipe_scrapers : recipe-scrapers-ap-fork · PyPI
ingredient_parser: ingredient-parser-nlp · PyPI
requirements.txt reads:
recipe_scrapers
nltk
ingredient_parser
dill
numpy
sklearn
BeautifulSoup
requests
streamlit
Any ideas?
Thanks,
Sam