Opened 4 years ago

Closed 4 years ago

#62246 closed defect (duplicate)

py-numpy 1.20.1 unsupported for Python 3.6

Reported by: tommccullough-tenica Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-numpy

Description

It does not appear that numpy 1.20.1 is compatible with Python 3.6. This has reached end of life, so this is unlikely to ever get resolved.

Attachments (1)

main.log (25.5 KB) - added by tommccullough-tenica 4 years ago.
The log file

Download all attachments as: .zip

Change History (5)

Changed 4 years ago by tommccullough-tenica

Attachment: main.log added

The log file

comment:1 Changed 4 years ago by tommccullough-tenica

Reviewing the setup.py, you clearly see

if sys.version_info[:2] < (3, 7):
    raise RuntimeError("Python version >= 3.7 required.")

comment:2 Changed 4 years ago by mf2k (Frank Schima)

In the future, please add the port maintainer(s) to Cc (port info --maintainers py36-numpy), if any.

comment:3 Changed 4 years ago by mf2k (Frank Schima)

Owner: set to michaelld
Port: py-numpy added; py36-numpy removed
Status: newassigned
Summary: numpy 1.20.1 unsupported for Python 3.6py-numpy 1.20.1 unsupported for Python 3.6

comment:4 Changed 4 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed
Note: See TracTickets for help on using tickets.