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: 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> <878ud4k270.fsf@Equus.decebal.nl> Date: Mon, 4 May 2015 22:14:59 +1000 Subject: Re: Cannot update OpenSSL for Python3 From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Mon, May 4, 2015 at 9:32 PM, Cecil Westerhof 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