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


Groups > comp.lang.python > #89900

Re: Cannot update OpenSSL for Python3

X-FeedAbuse http://nntpfeed.proxad.net/abuse.pl feeded by 195.154.70.45
Path csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4.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.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'dependency': 0.09; 'pyopenssl': 0.09; 'subject:Python3': 0.09; 'subject:update': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'really,': 0.31; 'requirement': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'work?': 0.38; 'pm,': 0.38; 'does': 0.39; '2015': 0.84; 'skip:/ 30': 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=FqEMEIdUpB8tuy2W/tlal/PlnxTjTsRohiVNVfbTLEE=; b=SCuwbMOOxdXAN5XwQ5aQ4kAIl/4dEJvgoDzToVKRH8Bi264UpPwhev2gNnehctGvjK kWBfwbqTjmX8IRFLc2voRGpHJ1vOkIIn744qoC8lT6CT2BpMAsuKBR8sZqN9anm3xsbT pRkliUangJbqPdiN2xIW8ha5dRuAxHLr1WCXuWagmS1BuRwNNZCUhbMAv/tTwt7qg/pl uhvP2fem3eoZL9734dxAUlPsHEl2QA4UAVYzR2Q9sAHLnPmgrEoQT9BrFws3fMie8Cgi w3sGKwLuwDK2ooQf+vSFXlNlO2O5lkvGYhrqjLZ9BAW99jbNnzEEwum1UrkXEaDNqJlf 7gdA==
MIME-Version 1.0
X-Received by 10.107.16.32 with SMTP id y32mr27236259ioi.53.1430741699802; Mon, 04 May 2015 05:14:59 -0700 (PDT)
In-Reply-To <878ud4k270.fsf@Equus.decebal.nl>
References <87k2wok9bz.fsf@Equus.decebal.nl> <mailman.80.1430734238.12865.python-list@python.org> <878ud4k270.fsf@Equus.decebal.nl>
Date Mon, 4 May 2015 22:14:59 +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.84.1430741703.12865.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1430741703 news.xs4all.nl 2883 [2001:888:2000:d::a6]:39985
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:89900

Show key headers only | View raw


On Mon, May 4, 2015 at 9:32 PM, Cecil Westerhof <Cecil@decebal.nl> wrote:
>> Does 'pip3 install -U pyOpenSSL' work?
> Not really, because that gives:
>     Requirement already up-to-date: pyOpenSSL in /usr/lib64/python3.4/site-packages
>     Cleaning up...

I don't know why it wasn't automatically installed, but 'six' is a
listed dependency of pyOpenSSL. What happens if you try to install
six?

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