auto-subs
auto-subs copied to clipboard
The TBB threading layer is disabled. What are consiquences?
Hello,
When I run the Auto-subs plugin for transcription, I encounter the following error in the console:
\AppData\Local\Programs\Python\Python311\Lib\site-packages\numba\np\ufunc\parallel.py:371: NumbaWarning: [1mThe TBB threading layer requires TBB version 2021 update 6 or later i.e., TBB_INTERFACE_VERSION >= 12060. Found TBB_INTERFACE_VERSION = 12020. The TBB threading layer is disabled. [0m
warnings.warn(problem)
While the plugin generates an .SRT file as expected, I'm concerned about this error message and its potential impact on the plugin's performance.
I attempted to upgrade TBB, which seemed successful. However, the error persists. Notably, I have only one version of Python installed (3.11.9).
Could you please advise on how to rectify this error?
Thank you.