Read the full error details recorded in the logs, see what module is missing and install it.
Hi @Goyo thanks for the response, that’s the problem everything is installed, pandas is installed. I had to remove my px charts because it was saying no such module as plotly.express. Everything works until I try to deploy it.
Is openpyxl
installed?
hi, yes it is. i tried using it to open the file then the error comes from ‘import openpyxl’ no module openpyxl
No, it isn’t. Read the docs to learn how to install dependencies in streamlit cloud.
@Goyo thank you for the guidance it was the requirements.txt file that i had not updated. its live now.