seemoo-lab / internalblue

Bluetooth experimentation framework for Broadcom and Cypress chips.
678 stars 85 forks source link

cmd2 version issue #59

Closed 2tilted closed 2 years ago

2tilted commented 2 years ago

Describe the bug

Internalblue won't build properly with cmd2 version 0.8.5 or 2.4.0

Hardware and operating system

Ubuntu 20.04

To Reproduce

python3 -m internalblue.cli

Logs or screenshots

Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/ubuntu/Desktop/internalblue/internalblue/cli.py", line 48, in <module> from cmd2 import fg, style ImportError: cannot import name 'fg' from 'cmd2' (/home/ubuntu/.local/lib/python3.8/site-packages/cmd2/__init__.py)

Additional context