OpenBB-finance / OpenBB

Investment Research for Everyone, Everywhere.
https://openbb.co
Other
34.01k stars 3.11k forks source link

[Bug] Cannot access /stocks/dd menu #1935

Closed 8000937 closed 2 years ago

8000937 commented 2 years ago

Describe the bug When trying to access the dd menu, I get the error "Error: No module named 'fundamentalanalysis'". Fresh install.

To Reproduce Go to the stocks menu, load a ticker, and then type dd.

Desktop:

From logs:

openbb_terminal.stocks.stocks_controller.StocksController|call_dd|0|Exception: No module named 'fundamentalanalysis' - Traceback (most recent call last): - File cut\file\path\decorators.py, line 62, in wrapper - value = func(*args, **kwargs) - File cut\file\path\stocks_controller.py, line 549, in call_dd - from openbb_terminal.stocks.due_diligence import dd_controller - File cut\file\path\pyimod03_importers.py, line 495, in exec_module - File cut\file\path\dd_controller.py, line 23, in - from openbb_terminal.stocks.due_diligence import ( - File cut\file\path\pyimod03_importers.py, line 495, in exec_module - File cut\file\path\fmp_view.py, line 9, in - from openbb_terminal.stocks.due_diligence import fmp_model - File cut\file\path\pyimod03_importers.py, line 495, in exec_module - File cut\file\path\fmp_model.py, line 6, in - import fundamentalanalysis as fa - ModuleNotFoundError: No module named cut\file\path\

DidierRLopes commented 2 years ago

Hey @8000937,

I don't think you have the latest version. This issue has been fixed a couple of weeks ago.

You can either git pull or use the installer from here: https://www.openbb.co/products/terminal.

Please re-open this issue if this didn't fix it!