-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Describe the bug
'OBBject_EquityInfo' from 'openbb_core.app.provider_interface' (/root/.cache/pypoetry/virtualenvs/openbb-backend-9TtSrW0h-py3.12/lib/python3.12/site-packages/openbb_core/app/provider_interface.py) when trying to access an endpoint: obb.equity.price.quote(symbol=equity_symbols, provider=provider).to_df()
To Reproduce
Steps(from the start) and commands to reproduce the behavior
Screenshots
Desktop (please complete the following information):
- OS: [Ubuntu 22.04.4 LTS (Azure VM, kernel 6.8.0-1029-azure)]
- Python version [python:3.12.8-slim]
Additional context
The error only occurs on the Azure VM, not on my local machine with the same Docker setup.
The error seems related to the import of OBBject_EquityInfo from openbb_core.app.provider_interface.
Poetry is used to install dependencies, and the build process completes without errors.
The virtual environment path in the error: /root/.cache/pypoetry/virtualenvs/openbb-backend-9TtSrW0h-py3.12/lib/python3.12/site-packages/openbb_core/app/provider_interface.py