New to openbb/python linux openbb-cli run errors #7276
markpoint8
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community - I recently have been trying to install on Debian 13.1 with python 3.13
I tried install with the documentation recommended pip install openbb[all] openbb-api openbb-cli
it seems successful and I can reach openbb-api successfully at localhost:6900 but when I try and run the openbb cli I received an import error
I cleaned up and reinstalled with python 3.12 and received the same errors. I couldn't find any similar issues in dicussions or issues. Anyone have insight they could share on what I might have overlooked?
`(openbb-venv) openbb@openbb-odp:~$ openbb --version
Loading...
Traceback (most recent call last):
File "/opt/openbb/openbb-venv/bin/openbb", line 7, in
sys.exit(main())
^^^^^^
File "/opt/openbb/openbb-venv/lib/python3.12/site-packages/openbb_cli/cli.py", line 15, in main
from openbb_cli.controllers.cli_controller import launch
File "/opt/openbb/openbb-venv/lib/python3.12/site-packages/openbb_cli/controllers/cli_controller.py", line 54, in
d: "menu" if not isinstance(getattr(obb, d), BaseModel) else "command"
^^^^^^^^^^^^^^^
File "/opt/openbb/openbb-venv/lib/python3.12/site-packages/openbb/package/extensions.py", line 113, in commodity
from . import commodity
File "/opt/openbb/openbb-venv/lib/python3.12/site-packages/openbb/package/commodity.py", line 36, in
from openbb_core.app.provider_interface import (
ImportError: cannot import name 'OBBject_PetroleumStatusReport' from 'openbb_core.app.provider_interface' (/opt/openbb/openbb-venv/lib/python3.12/site-packages/openbb_core/app/provider_interface.py)`
Beta Was this translation helpful? Give feedback.
All reactions