Installed using pipx with Python 3.14; install succeeded, but when i tried to run bt list, i got the following backtrace:
Traceback (most recent call last):
File "$HOME/.local/bin/bt", line 7, in <module>
sys.exit(main())
~~~~^^
File "$HOME/.local/pipx/venvs/brotab/lib64/python3.14/site-packages/brotab/main.py", line 791, in main
exit(run_commands(sys.argv[1:]))
~~~~~~~~~~~~^^^^^^^^^^^^^^
File "$HOME/.local/pipx/venvs/brotab/lib64/python3.14/site-packages/brotab/main.py", line 784, in run_commands
result = args.func(args)
File "$HOME/.local/pipx/venvs/brotab/lib64/python3.14/site-packages/brotab/main.py", line 145, in list_tabs
tabs = api.list_tabs([])
File "$HOME/.local/pipx/venvs/brotab/lib64/python3.14/site-packages/brotab/api.py", line 359, in list_tabs
tabs = sum(call_parallel(functions), [])
~~~~~~~~~~~~~^^^^^^^^^^^
File "$HOME/.local/pipx/venvs/brotab/lib64/python3.14/site-packages/brotab/parallel.py", line 12, in call_parallel
loop = get_event_loop()
File "/usr/lib64/python3.14/asyncio/events.py", line 715, in get_event_loop
raise RuntimeError('There is no current event loop in thread %r.'
% threading.current_thread().name)
RuntimeError: There is no current event loop in thread 'MainThread'.
Installed using pipx with Python 3.14; install succeeded, but when i tried to run
bt list, i got the following backtrace: