tmoroney / auto-subs

Generate subtitles using OpenAI Whisper in Davinci Resolve editing software.
MIT License
466 stars 27 forks source link

The TBB threading layer is disabled. What are consiquences? #78

Open Sopheus opened 3 weeks ago

Sopheus commented 3 weeks ago

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.