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
libtsm fails to install (via pip) on a Mac with an Apple Silicon ARM CPU.
Not sure if there will be other issues as well, but for now it seems to be the dependency onto llvmlite/numba, which don't support Apple Silicon yet, see: numba/llvmlite#799.
Here's the error I'm seeing:
Building wheels for collected packages: numba, llvmlite
Building wheel for numba (setup.py) ... done
Created wheel for numba: filename=numba-0.55.1-cp39-cp39-macosx_12_0_arm64.whl size=2307917 sha256=[hash]
Stored in directory: /Users/[user]/Library/Caches/pip/wheels/60/f4/43/[hash]
Building wheel for llvmlite (setup.py) ... error
error: subprocess-exited-with-error
I opened this issue here to track Apple Silicon support, but as it doesn't seem to be an issue with libtsm itself, feel free to close it.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks, Max, for raising this issue!
It seems that support for Numba is coming in the next release, so I'll leave the issue open and try to upgrade to the compatible version as soon as it is available.
Hello,
libtsm
fails to install (viapip
) on a Mac with an Apple Silicon ARM CPU.Not sure if there will be other issues as well, but for now it seems to be the dependency onto
llvmlite
/numba
, which don't support Apple Silicon yet, see: numba/llvmlite#799.Here's the error I'm seeing:
I opened this issue here to track Apple Silicon support, but as it doesn't seem to be an issue with
libtsm
itself, feel free to close it.Thanks!
The text was updated successfully, but these errors were encountered: