[Tutor] Couldn't install numpy on Python 2.7
Alan Gauld
alan.gauld at yahoo.co.uk
Wed Jun 12 13:19:45 EDT 2024
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
More information about the Tutor
mailing list