You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation instructions recommend installing tbb. When I tried this on my Mac Silicon, pip complained that the package does not exist. This caused some confusion until I discovered that this package is provided by Intel for x86 processors.
Suggestions regarding the Issue
Update the docs to mention that tbb is only for x86 processors.
The text was updated successfully, but these errors were encountered:
Removing tbb from dependencies altogether seems to resolve the issue. I think that numba is now taking care of installing it when needed.
We had probably added it at a time when this did not happen automatically.
Description of the Issue
The installation instructions recommend installing
tbb
. When I tried this on my Mac Silicon,pip
complained that the package does not exist. This caused some confusion until I discovered that this package is provided by Intel for x86 processors.Suggestions regarding the Issue
Update the docs to mention that
tbb
is only for x86 processors.The text was updated successfully, but these errors were encountered: