We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: