Hello. I am extremely new to coding, 4 months to be exact. Please forgive me if I am asking a question that has been answered before, I cannot find what I am looking for in the forum, on Google or YouTube.
I have a program that runs on a local server via CLI, but when I try to deploy it into Streamlit, the libraries I am using, yfinance, fbprophet are not recognized and I get an error telling me that the library is not recognized “yfinance not found”.
I have tried creating a requirements.txt file using pip freeze > requirements.txt, but the file it produces contains 100’s of dependencies and Streamlit throws some weird errors. I have tried creating the requirementrs.txt file manually with yfinance and fbprophet, but that doesn’t work either.
My question is, how do I create the requirements.txt file needed to deploy my app? No disrespect or insult intended, but if at all possible, could the explanation be in simple, as close to everyday speak as possible, I’m still struggling with tech jargon too.
Thank you, in advance