Sujet : Re: Couldn't install numpy on Python 2.7
De : oscar.j.benjamin (at) *nospam* gmail.com (Oscar Benjamin)
Groupes : comp.lang.pythonDate : 12. Jun 2024, 23:55:45
Autres entêtes
Message-ID : <mailman.121.1718229359.2909.python-list@python.org>
References : 1 2 3 4 5 6 7 8 9
On Wed, 12 Jun 2024 at 22:38, AVI GROSS via Python-list
<
python-list@python.org> wrote:
>
The discussion though was about a specific OP asking if they can fix their
problem. One solution being suggested is to fix a deeper problem and simply
make their code work with a recent version of python 3.
The OP has not replied with any explanation as to why they are using
Python 2.7 and has not said whether they have any existing code that
only works with Python 2.7. It is unclear at this point whether there
is any reason that they shouldn't just install a newer version of
Python.
They are seeing a warning that explicitly says "You can upgrade to a
newer version of Python to solve this". I don't know whether that SSL
warning is directly connected to pip not finding any versions of numpy
but with the available information so far that seems like the first
thing to consider.
It is entirely reasonable to start by suggesting to use a newer
version of Python until some reason is given for not doing that.
-- Oscar