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

Apple Silicon (M1) support #2

Closed
0bmxa opened this issue Mar 12, 2022 · 2 comments
Closed

Apple Silicon (M1) support #2

0bmxa opened this issue Mar 12, 2022 · 2 comments

Comments

@0bmxa
Copy link

0bmxa commented Mar 12, 2022

Hello,

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!

@sebastianrosenzweig
Copy link
Collaborator

sebastianrosenzweig commented Mar 14, 2022

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.

@simonschwaer
Copy link
Collaborator

No longer relevant since Numba is now available for arm64 (and is no longer a dependency of libtsm).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants