#68261 closed defect (duplicate)
py311-numba @0.57.1: ERROR Missing dependencies: numpy<1.25,>=1.11
Reported by: | ddrum2000 | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | py-numba |
Description
Starting having an issue building py311-numba last week. Here is the log code that I think is related to the issue:
:info:build * Getting build dependencies for wheel... :info:build ERROR Missing dependencies: :info:build numpy<1.25,>=1.11 :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numba/py311-numba/work/numba-0.57.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11 -m build --no-isolation --wheel --outdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numba/py311-numba/work :info:build Exit code: 1 :error:build Failed to build py311-numba: command execution failed
I've also attached the log file. Thanks ahdead of time.
Attachments (1)
Change History (4)
Changed 14 months ago by ddrum2000
comment:1 Changed 14 months ago by jmroot (Joshua Root)
Owner: | set to stromnov |
---|---|
Port: | py-numba added |
Status: | new → assigned |
Summary: | py311-numba @0.57.1 → py311-numba @0.57.1 requires numpy < 1.25 |
comment:2 Changed 14 months ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | py311-numba @0.57.1 requires numpy < 1.25 → py311-numba @0.57.1: ERROR Missing dependencies: numpy<1.25,>=1.11 |
---|
Has duplicate #68290.
Note: See
TracTickets for help on using
tickets.
Same issue as #68159; that one just shows the runtime error while this one is build time.