Couldn't install numpy on Python 2.7

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jun 12 18:49:18 EDT 2024


On 13/06/24 4:31 am, avi.e.gross at gmail.com wrote:
> It seems Microsoft is having a problem where something lik 2/3 of Windows
> users have not upgraded from Windows 10 after many years

At least Python 3 is a clear improvement over Python 2 in many ways.
Whereas the only thing Microsoft seems to have done with Windows in
recent times is change it in ways that nobody wants, so there is
understandable resistance to upgrading even if it's possible.

On 13/06/24 10:09 am, Chris Angelico wrote:
 > So if anyone
 > actually does need to use pip with Python 2.7, they probably need to
 > set up a local server

You should also be able to download a .tar.gz from PyPI and use pip
to install that. Although you'll have to track down the dependencies
yourself in that case.

-- 
Greg


More information about the Python-list mailing list