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
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.
You need a requirements.txt file in your repo with the required external libraries.
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.