Re: Couldn't install numpy on Python 2.7

Liste des GroupesRevenir à cl python 
Sujet : Re: Couldn't install numpy on Python 2.7
De : rosuav (at) *nospam* gmail.com (Chris Angelico)
Groupes : comp.lang.python
Date : 12. Jun 2024, 23:09:09
Autres entêtes
Message-ID : <mailman.122.1718230162.2909.python-list@python.org>
References : 1 2 3 4 5 6 7 8 9 10
On Thu, 13 Jun 2024 at 07:57, Oscar Benjamin via Python-list
<python-list@python.org> wrote:
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.

I think it is; AIUI, with an ancient SSL library, pip is unable to
download packages safely from the current pypi server. So if anyone
actually does need to use pip with Python 2.7, they probably need to
set up a local server, using older encryption protocols (which should
therefore NOT be made accessible to the internet). Since pip can't
contact the upstream pypi, there's no available numpy for it to
install.

ChrisA

Date Sujet#  Auteur
12 Jun 24 * Couldn't install numpy on Python 2.720marc nicole
12 Jun 24 +* Re: Couldn't install numpy on Python 2.73<avi.e.gross
13 Jun 24 i`* Re: Couldn't install numpy on Python 2.72Greg Ewing
13 Jun 24 i `- Re: Couldn't install numpy on Python 2.71Oscar Benjamin
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71MRAB
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71<avi.e.gross
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71Chris Angelico
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71Thomas Passin
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71Chris Angelico
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71<avi.e.gross
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71Chris Angelico
12 Jun 24 +- Re: Couldn't install numpy on Python 2.71Oscar Benjamin
13 Jun 24 +- Re: Couldn't install numpy on Python 2.71Chris Angelico
13 Jun 24 +- Re: Couldn't install numpy on Python 2.71Oscar Benjamin
13 Jun 24 +- Re: Couldn't install numpy on Python 2.71Chris Angelico
13 Jun 24 +- Re: Couldn't install numpy on Python 2.71<avi.e.gross
13 Jun 24 +- Re: Couldn't install numpy on Python 2.71Chris Angelico
13 Jun 24 +- Re: Couldn't install numpy on Python 2.71<avi.e.gross
13 Jun 24 `* Re: Couldn't install numpy on Python 2.72Chris Angelico
13 Jun 24  `- Re: Couldn't install numpy on Python 2.71Chris Green

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal