Re: Couldn't install numpy on Python 2.7
Mats Wichmann <[email protected]> Wed, 12 Jun 2024 12:47:37 -0600
| Newsgroups | gmane.comp.python.tutor |
|---|---|
| Message-ID | <[email protected]> |
On 6/12/24 11:19, Alan Gauld via Tutor wrote: >> ERROR: Could not find a version that satisfies the requirement numpy (from >>> versions: none) >>> ERROR: No matching distribution found for numpy > > This suggests version matching is critical and so we need > all versions of everything you are trying to use. the last version of numpy to support Python 2 was 1.15 The policy decision on that was here: https://numpy.org/neps/nep-0014-dropping-python2.7-proposal.html that does include a claim that pip installs ought to continue working: > To minimize disruption, running pip install numpy on Python 2 will continue to give the last working release in perpetuity, So as Alan says - more detailed information is needed. Did some other package in your chain indicate a newer numpy version and thus there's no way to resolve the version matrix? _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor