Opened 14 months ago
Last modified 14 months ago
#68159 assigned defect
py-numba @0.57.1: broken with py-numpy 1.25.2
Reported by: | nilason (Nicklas Larsson) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ddrum2000 | |
Port: | py-numba |
Description
py-numba
(0.57.1) is broken with present version of py-numpy
(1.25.2).
>>> import numba Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numba/__init__.py", line 55, in <module> _ensure_critical_deps() File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numba/__init__.py", line 42, in _ensure_critical_deps raise ImportError("Numba needs NumPy 1.24 or less") ImportError: Numba needs NumPy 1.24 or less
Change History (4)
comment:1 Changed 14 months ago by nilason (Nicklas Larsson)
comment:2 Changed 14 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | stromnov removed |
---|---|
Owner: | set to stromnov |
Status: | new → assigned |
Summary: | py-numba: version 0.57.1 broken with py-numpy 1.25.2 → py-numba @0.57.1: broken with py-numpy 1.25.2 |
comment:3 Changed 14 months ago by jmroot (Joshua Root)
See duplicate #68261 for the error that happens at build time.
comment:4 Changed 14 months ago by ddrum2000
Cc: | ddrum2000 added |
---|
Note: See
TracTickets for help on using
tickets.
Just tested with latest upstream commits of
numby
andllvmlite
and it seems this will be resolved by next release.