I try to deploy my app with the fantastic Streamlit Sharing, but the app is unable to open up the Excel file in there: ImportError: Missing optional dependency ‘xlrd’. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.
Locally, everything is fine; but when it comes to deploying the app, I get stuck on this.
It’s important to realize that having something installed locally is completely separate than having it installed on Streamlit sharing. We can’t read your local computer