Skip to content
New issue

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

The TBB threading layer is disabled. #268

Open
JSKenyon opened this issue May 26, 2023 · 0 comments
Open

The TBB threading layer is disabled. #268

JSKenyon opened this issue May 26, 2023 · 0 comments
Labels
FAQ Helpful information for resolving known issues

Comments

@JSKenyon
Copy link
Collaborator

JSKenyon commented May 26, 2023

The problem

Upon running QuartiCal, the following (non-fatal) message may appear:

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.

The reason
When installed with pip, numba may fail to find tbb - see numba/numba#7148.

The solution
pip install tbb - this ensures that tbb is installed. Then do export LD_LIBRARY_PATH=/path/to/your/venv/lib.

@JSKenyon JSKenyon pinned this issue May 26, 2023
@JSKenyon JSKenyon added the FAQ Helpful information for resolving known issues label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAQ Helpful information for resolving known issues
Projects
None yet
Development

No branches or pull requests

1 participant