rembg icon indicating copy to clipboard operation
rembg copied to clipboard

[BUG] The TBB threading layer requires TBB version 2021 update 6 or later

Open draeician opened this issue 1 year ago • 0 comments

Describe the bug Program executes, but throws warnings each time. The TBB threading layer requires TBB version 2021 update 6 or later

To Reproduce rembg --help will generate this warning.

Expected behavior I would expect no warnings as it functions as specified.

Images Input images to reproduce.

OS Version: PopOS 22.04

Rembg version: v2.0.rembg, version 2.0.59

Additional context Full error is as follows.

draeician@nomnom:~/git/rembg$ rembg /home/draeician/.local/lib/python3.10/site-packages/numba/np/ufunc/parallel.py:371: NumbaWarning: The TBB threading layer requires TBB version 2021 update 6 or later i.e., TBB_INTERFACE_VERSION >= 12060. Found TBB_INTERFACE_VERSION = 12050. The TBB threading layer is disabled. warnings.warn(problem) pip3 Usage: rembg [OPTIONS] COMMAND [ARGS]...

Options: --version Show the version and exit. --help Show this message and exit.

Commands: b for a byte stream as input d download all models i for a file as input p for a folder as input s for a http server

draeician avatar Oct 03 '24 18:10 draeician