Opened 2 years ago

Last modified 22 months ago

#64714 assigned defect

py39-numba runtime error with M1 Mac

Reported by: programmingkidx Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version:
Keywords: arm64 Cc: chrstphrchvz (Christopher Chavez)
Port: py-numba

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I was able to install py39-numba on my computer. When I tried to run it I saw this error:

  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/llvmlite/binding/targets.py", line 197, in from_triple
    raise RuntimeError(str(outerr))
RuntimeError: No available targets are compatible with triple "aarch64-apple-darwin20.2.0"

My info:

M1 MacBook Air

Mac OS 11.1

Change History (5)

comment:1 Changed 2 years ago by jmroot (Joshua Root)

Keywords: arm64 added; M1 ARM64 Numba removed
Owner: set to stromnov
Port: py-numba added; py39-numba removed
Status: newassigned
Summary: py39-numba problem with M1 Macpy39-numba runtime error with M1 Mac

comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

comment:3 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Does the problem persist with version 0.55.2?

comment:4 in reply to:  3 Changed 22 months ago by chrstphrchvz (Christopher Chavez)

Replying to ryandesign:

Does the problem persist with version 0.55.2?

It should not, 0.55.2 specifically added Apple Silicon support (https://github.com/numba/numba/releases/tag/0.55.2)

comment:5 Changed 22 months ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added
Note: See TracTickets for help on using tickets.