Yfinance module not found

File β€œ/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 565, in _run_script
exec(code, module.dict)File β€œ/app/live/app.py”, line 3, in
import yfinance as yf

github link: GitHub - het1409/live

You need to install yfinance. See the docs to learn how to install dependencies.

1 Like

You need a requirements.txt file in your repo with the required external libraries.

I added the requirements.txt file in repo but it’s showing

Error installing requirements.

Typo, look at the names of the packages

Thanks man!!