Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89894

Re: Cannot update OpenSSL for Python3

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'error:': 0.07; 'here?': 0.09; 'subject:Python3': 0.09; 'subject:update': 0.09; 'cc:addr:python-list': 0.11; '404': 0.16; 'exist.': 0.16; 'fetch': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'normally': 0.19; 'meant': 0.20; 'work,': 0.20; 'cc:addr:python.org': 0.22; 'install': 0.23; 'mon,': 0.24; 'cc:2**0': 0.24; 'script': 0.25; 'tracker': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'raise': 0.29; "doesn't": 0.30; 'important.': 0.30; 'message-id:@mail.gmail.com': 0.30; 'work.': 0.31; 'anyone': 0.31; 'checked': 0.32; 'url:python': 0.33; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'like,': 0.36; 'url:org': 0.36; 'work?': 0.38; 'issue': 0.38; 'pm,': 0.38; 'does': 0.39; 'sure': 0.39; 'called': 0.40; 'even': 0.60; 'manually': 0.60; "you're": 0.61; 'grab': 0.64; '2015': 0.84; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=oOtwWby9ePOsVUxVDf6u3UyaAbKf1Wu5j3c3l0NA9Ts=; b=PM6B3MArtCfxqBI05emamJ1kczQvSZBnfhihz4Ja/El16We9HGW8wTkscejIde+JMM W1pTEJLlsxWWapwNixcLGeDjQfaHxcO+Warb9DZDJ1K9HKoHRFp/auNXnBaVfPIOXijM Zh6tPOpsYq1qDPPjPso1qe1t31C5aQz03Xc/MeufQAE7JkZpwC68C6Qgsm+CjcD7mAi9 /3tM+o9V5fPCizC4Bg0eFX3JEtjrRSVfZMA9JzHMu9MTsktBmK2GlZwpkIT2Vnb+YAYs M/WBcQQT3zE6P+JrOUFOTaCDNJ+eOomRAviN6dc2rBqcSbLiuP109BRD4v3yRIMofmVD jtwA==
MIME-Version 1.0
X-Received by 10.50.114.35 with SMTP id jd3mr12049447igb.14.1430734230465; Mon, 04 May 2015 03:10:30 -0700 (PDT)
In-Reply-To <87k2wok9bz.fsf@Equus.decebal.nl>
References <87k2wok9bz.fsf@Equus.decebal.nl>
Date Mon, 4 May 2015 20:10:30 +1000
Subject Re: Cannot update OpenSSL for Python3
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.80.1430734238.12865.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1430734238 news.xs4all.nl 2951 [2001:888:2000:d::a6]:44278
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3928
X-Received-Body-CRC 215126823
Xref csiph.com comp.lang.python:89894

Show key headers only | View raw


On Mon, May 4, 2015 at 6:58 PM, Cecil Westerhof <Cecil@decebal.nl> wrote:
> When I then give:
>     pip3 install -U OpenSSL
> It goes wrong:
>     Could not fetch URL https://pypi.python.org/simple/OpenSSL/: 404 Client Error: Not Found
>
> I checked and even
>     https://pypi.python.org/simple/
> does not exist. Anyone an idea what is happening here?

I think what you want is called pyOpenSSL, not just OpenSSL:

https://pypi.python.org/pypi/pyOpenSSL
https://pypi.python.org/simple/pyopenssl/

Not sure why /simple/ doesn't work, but you're not normally meant to
grab that page manually - it's for script work. You could raise a
tracker issue about that if you like, but it may not be considered
important.

Does 'pip3 install -U pyOpenSSL' work?

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Cannot update OpenSSL for Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 10:58 +0200
  Re: Cannot update OpenSSL for Python3 Chris Angelico <rosuav@gmail.com> - 2015-05-04 20:10 +1000
    Re: Cannot update OpenSSL for Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 13:32 +0200
      Re: Cannot update OpenSSL for Python3 Chris Angelico <rosuav@gmail.com> - 2015-05-04 22:14 +1000
        Re: Cannot update OpenSSL for Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 15:13 +0200
          Re: Cannot update OpenSSL for Python3 Chris Angelico <rosuav@gmail.com> - 2015-05-05 00:18 +1000
            Re: Cannot update OpenSSL for Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 17:11 +0200
              Re: Cannot update OpenSSL for Python3 Chris Angelico <rosuav@gmail.com> - 2015-05-05 02:03 +1000
                Re: Cannot update OpenSSL for Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 19:19 +0200
                Re: Cannot update OpenSSL for Python3 Chris Angelico <rosuav@gmail.com> - 2015-05-05 03:49 +1000
                Re: Cannot update OpenSSL for Python3 Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-05-04 21:02 +0200
                Re: Cannot update OpenSSL for Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 21:52 +0200
                Re: Cannot update OpenSSL for Python3 Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-05-04 23:59 +0200
              Re: Cannot update OpenSSL for Python3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-04 19:04 +0100
                Re: Cannot update OpenSSL for Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 21:54 +0200
  Re: Cannot update OpenSSL for Python3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-04 21:38 +0100

csiph-web