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.

1 Like

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

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