Re: Couldn't install numpy on Python 2.7
Alan Gauld via Tutor <[email protected]> Wed, 12 Jun 2024 18:19:45 +0100
| Newsgroups | gmane.comp.python.tutor |
|---|---|
| Message-ID | <[email protected]> |
On 12/06/2024 12:30, marc nicole via Python-list wrote: > I am trying to install numpy library on Python 2.7.15 in PyCharm but the > error message I get is: > I think we need much more information about which version of Numpy you are trying to install and how. You are running an out of date version(ie not the latest) of an unsupported (since 2019) version of Python. The latest urllib3 doesn't support 2.7 so you presumably are trying to install an old version? Which and from where? And given the antiquity of the setup you should probably mention OS versions too. > 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. >> fail. You can upgrade to a newer version of Python to solve this. For more >> information, see >> https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings >> InsecurePlatformWarning, > Any clues? I'd say the clues are in the error messages. You need to find an old numpy that matches your very old Python. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor