You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Since all panels are showing the same "missing from batch response" error, this is likely a backend data-fetching issue rather than a missing-package problem. Could you please try the following steps to help narrow down the cause?
Test the backend script directly from a terminal (not through the app): python scripts/yfinance_data.py quote AAPL
If this command also fails or times out, the issue is most likely related to connectivity with Yahoo Finance (rate limiting, firewall, or ISP restrictions) rather than your Python packages.
Verify that you can reach Yahoo Finance directly, for example by opening https://finance.yahoo.com in your browser to confirm it loads normally.
If you are on a corporate/school network or using a VPN, please try disabling it or switching networks (e.g., a mobile hotspot), as yfinance frequently rate-limits or blocks certain IP ranges.
Please confirm that the Python environment the application is actually using at runtime matches the one where you installed the packages. You can check this in the Python Environments panel (e.g., venv-numpy1 for Trading vs. venv-numpy2 for Analytics), and re-run the manual test above within that same environment.
If the issue persists after these steps, could you share the full error log? It is typically located in the application's logs/ folder, and it would help the maintainers investigate further.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
why always loading?


all python is ready,still remind missing
All reactions