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 !
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 !
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.
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.