carlosishimwe/Financial-Dashboard-

Hello , i am running into a problem while trying to deploy my app.
It is saying that yfinance module is missing even though i have put it in the requirements.txt
Can someone help me please ?

Thank you very much !

image

yfinance is probably not the problem, you have some issues during deployment with the pyscopg2 package. Fix them first.
I assume, some binary dependencies are missing, that are not pre-installed in the streamlit sharing runtime.

https://www.psycopg.org/docs/install.html

Hello i deleted the psycopg2 package because i donโ€™t need it but it is still saying that yfinance module is missing and i really donโ€™t see why

I am relatively sure that there are other problems during the deployment of the requirements.txt.
Check the logs to see what else is there.