OpenBB icon indicating copy to clipboard operation
OpenBB copied to clipboard

[Bug] Console Command Line broken Ubuntu

Open nprime496 opened this issue 2 years ago • 5 comments

Describe the bug

I have some artefacts in console input, some sort of placeholder making it really difficult to read what I'm typing. As you can see (in screenshot below) , any input of mine is messed up and sometimes some random text appear. Also, deleting tokens leads to a kind of exception fixme:console_write, I couldn't find any logical behavior. It looks like there's a problem with IO handling on command prompt.

To Reproduce I just installed the software.

Screenshots Screenshot from 2022-06-09 19-46-45

Screenshot from 2022-06-09 19-47-13

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Python version 3.8
  • Wine 7.0
  • OpenBB 1.4.0

nprime496 avatar Jun 09 '22 17:06 nprime496

Have you updated any system packages recently? It can sometimes clear up issues with Linux users.

sudo apt update
sudo apt install -y cmake gcc
pip install cmake

deeleeramone avatar Jun 10 '22 17:06 deeleeramone

Hey @nprime496 👋 Do i understand correctly that you are using the windows installer through Wine on linux?

piiq avatar Jul 04 '22 10:07 piiq

Hey @nprime496 👋

Do i understand correctly that you are using the windows installer through Wine on linux?

Yes

nprime496 avatar Jul 04 '22 10:07 nprime496

We have an AppImage in the works, that will eliminate the need to use Wine

I'll point this issue to a PR once it's there so you can check out native linux package before the release

piiq avatar Jul 04 '22 10:07 piiq

@nprime496 in the meantime the docker installation might be a good alternative: https://github.com/OpenBB-finance/OpenBBTerminal/blob/main/openbb_terminal/README.md#docker-installation

hjoaquim avatar Aug 30 '22 13:08 hjoaquim

Closing this issue since it's pending for a while.

Feel free to open another ticket or reach us on Discord.

Chavithra avatar Oct 26 '22 12:10 Chavithra