Traceback:
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)File "/app/gdsc_10thjune/app.py", line 4, in <module>
import yfinance as yf
Traceback:
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)File "/app/gdsc_10thjune/app.py", line 4, in <module>
import yfinance as yf
Hi @Swapnil_Biswas,
Thank you for sharing your question with the community!
Your post is missing a code snippet and a link to your app’s GitHub repo. Please check out our guidelines on how to post an effective question here and update your post to help the community answer your question.
Do you include this library in the requirements.txt ?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.