Trouble getting my streamlit application deployed. I have it working perfectly fine locally. I am not sure what else I can do

https://rykerswensen-python-streamlit-scraper-scrape-r6m7ck.streamlit.app/

Unfortunately, this does not provide us with any information.

  1. Please share a link to your public github repo.
  2. What is the error message in the web console?
1 Like

Here is the repo

This is the first error.
AttributeError: module ‘streamlit’ has no attribute ‘cache_data’

If I attempt to get around cache data, then it starts to tell me it can’t find other streamlit functions like expand.

You have a very old version of streamlit pinned in your requirements.txt – you should either remove the == part, or update it to at least 1.18.0

1 Like

Thank you, you are a legend! My first time using streamlit and it has been so fun. You are all the most helpful and kind community. Your solution works great. Thank you!