Module not found - scipy

Hi,
Trying to create an app using scipy and got the below error when trying to deploy

Any suggestions?

Regards

Bilal

Hey @bilalmussa89,

Did you include scipy in your requirements.txt file (or equivalent)?

Happy Streamlit-ing!
Marisa

Hi Marisa,
It didn’t ask me for a requirements file when I uploaded my app. Should I try using streamlit cloud ?

Hey @bilalmussa89,

Oh, I had actually assumed that you were using Streamlit cloud. But even if you aren’t whenever you are deploying an app you need requirements.txt or another file that lists all the packages that need to be installed on the cloud platform to successfully run your code.

Happy Streamlit-ing!
Marisa

1 Like

ah yes, forgot to add requirements into github!
Thank you.

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