[Bug]
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps(from the start) and commands to reproduce the behavior
Screenshots
If applicable, add screenshots to help explain your problem.
If you are running the terminal using the conda version please
rerun the terminal with python terminal.py --debug, and then
recreate your issue. Then include a screenshot of the entire
error printout.
Desktop (please complete the following information):
- OS: [e.g. Mac Sierra]
- Python version [e.g. 3.6.8]
Additional context Add any other information that you think could be useful for us.
MXLinux Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux $ openbb Illegal instruction This happens immediately. In every flavor of Linux I have - Kali, Slackware ...$ python3 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information.
import terminal Illegal instruction ======= $ cat openbb #!/usr/bin/python3.9
-- coding: utf-8 --
import re import sys from terminal import main if name == 'main': sys.argv[0] = re.sub(r'(-script.pyw|.exe)?$', '', sys.argv[0]) sys.exit(main())
$ python3 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information.
import re import sys from terminal import main Illegal instruction ralph@Titus:~/.local/bin $ ======== It feels like "terminal" is a reserved word. =========== The Pypi and Source installs get to a json / spinning instruction then freeze, displaying "Killed".
I have a chromebook where it works: pip install openbb openbb -boom-. Thank you.
This syntax you have supplied doesn't relate to OpenBB at all, what am I missing?