OpenBB-finance / OpenBB

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

[Bug] ModuleNotFoundError: No module named 'bt' in report command #2231

Closed tinix84 closed 2 years ago

tinix84 commented 2 years ago

Describe the bug in report error no module named 'bt'

To Reproduce Install openbb in WSL according to : wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash ./Miniconda3-latest-Linux-x86_64.sh conda install -c anaconda git git clone https://github.com/OpenBB-finance/OpenBBTerminal.git sudo apt-get install python3.9-tk cd OpenBBTerminal/ conda env create -n obb --file build/conda/conda-3-9-env.yaml conda activate obb poetry install conda install -c conda-forge tensorflow python terminal.py

Inside OpenBB: reports equity AAPL

Screenshots image

Desktop (please complete the following information):

tinix84 commented 2 years ago

image

tinix84 commented 2 years ago

solved by installing gcc