Problem when trying to retrive historical data #7087
Replies: 2 comments
-
I want to know if there is something additional you need to install when using Is anything additional I need to install in the case of Windows 11 Pro? The problem is with all this modules when I run the code in Windows 11 Pro: from openbb_core.app.provider_interface import (
OBBject_EquityInfo,
OBBject_EquityScreener,
OBBject_EquitySearch,
OBBject_HistoricalMarketCap,
OBBject_MarketSnapshots,
) All this modules can not be imported. |
Beta Was this translation helpful? Give feedback.
-
I was not able to understand why it was not possible to import I was able to solve the problem on my computer, but only by applying a drastic solution: reinstalling the entire operating system. Now it works. I hope no one else encounters this problem because it made me crazy for 6 days |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I install
openbb
using the instrucctions pointed out in https://docs.openbb.co/platform/installationBut when I try to load the library and use for example:
I get the following error
Any help will be appreciated if anyone can check if the same error is generated in an isolated environment where my settings are the following:
Operating system: Windows 11 pro
Conda: 24.5.0
openbb package and dependencies:
# Name Version Build Channel openbb 4.4.3 pypi_0 pypi openbb-benzinga 1.4.0 pypi_0 pypi openbb-bls 1.1.1 pypi_0 pypi openbb-cftc 1.1.0 pypi_0 pypi openbb-commodity 1.3.0 pypi_0 pypi openbb-core 1.4.4 pypi_0 pypi openbb-crypto 1.4.0 pypi_0 pypi openbb-currency 1.4.0 pypi_0 pypi openbb-derivatives 1.4.0 pypi_0 pypi openbb-econdb 1.3.0 pypi_0 pypi openbb-economy 1.4.1 pypi_0 pypi openbb-equity 1.4.0 pypi_0 pypi openbb-etf 1.4.0 pypi_0 pypi openbb-federal-reserve 1.4.1 pypi_0 pypi openbb-fixedincome 1.4.2 pypi_0 pypi openbb-fmp 1.4.1 pypi_0 pypi openbb-fred 1.4.3 pypi_0 pypi openbb-imf 1.1.0 pypi_0 pypi openbb-index 1.4.0 pypi_0 pypi openbb-intrinio 1.4.0 pypi_0 pypi openbb-news 1.4.0 pypi_0 pypi openbb-oecd 1.4.0 pypi_0 pypi openbb-platform-api 1.1.5 pypi_0 pypi openbb-polygon 1.4.0 pypi_0 pypi openbb-regulators 1.4.1 pypi_0 pypi openbb-sec 1.4.2 pypi_0 pypi openbb-tiingo 1.4.0 pypi_0 pypi openbb-tradingeconomics 1.4.0 pypi_0 pypi openbb-us-eia 1.1.0 pypi_0 pypi openbb-yfinance 1.4.2 pypi_0 pypi
Beta Was this translation helpful? Give feedback.
All reactions