Path: csiph.com!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'ignored': 0.05; 'pypi': 0.07; 'cc:addr:python-list': 0.09; '(use': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:using': 0.09; 'subject:while': 0.09; 'python': 0.10; 'subject:error': 0.11; 'appropriate': 0.14; '>to': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'repo': 0.16; 'laura': 0.18; 'ssl': 0.18; 'all,': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'fine,': 0.22; 'sep': 0.22; 'trying': 0.22; 'cc:no real name:2**0': 0.22; 'matching': 0.23; 'mon,': 0.24; 'install': 0.25; 'error': 0.27; 'least': 0.27; 'thorough': 0.27; 'received:se': 0.29; 'url:mailman': 0.30; 'says': 0.32; 'getting': 0.33; 'useful': 0.33; 'problem': 0.33; 'url:python': 0.33; 'skip:- 10': 0.34; 'url:listinfo': 0.34; 'could': 0.35; 'done': 0.35; 'problem.': 0.35; 'but': 0.36; 'too': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.36; 'subject:: ': 0.37; 'requirement': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'files': 0.38; 'google': 0.39; 'url:mail': 0.40; 'some': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'url:0': 0.63; '>from': 0.76; 'header :In-reply-to:1': 0.84; 'insecure': 0.84; 'pip': 0.84; 'url :distutils-sig': 0.84 To: OmPs cc: python mail list , lac@openend.se From: Laura Creighton Subject: Re: error while installing using pip. In-reply-to: References: Comments: In-reply-to OmPs message dated "Mon, 21 Sep 2015 01:00:01 +0530." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25503.1442777839.1@fido> Date: Sun, 20 Sep 2015 21:37:19 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sun, 20 Sep 2015 21:37:20 +0200 (CEST) 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442777847 news.xs4all.nl 23785 [2001:888:2000:d::a6]:38476 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96894 In a message of Mon, 21 Sep 2015 01:00:01 +0530, OmPs writes: >Hi all, > >I am getting the below error while I am trying to install atfork package >from pip repositories. I have done a thorough google search but am not able >to find and appropriate solution for it.Installation of SSL packages and >ssl package from python too do not solve the mystry. > ># pip install --allow-external atfork atforkCollecting atfork > Could not find a version that satisfies the requirement atfork (from >versions: ) > Some insecure and unverifiable files were ignored (use --allow-unverified >atfork to allow). >No matching distribution found for atfork > > >It says no matching distribution, but at pypi repo I am able to see it. > >https://pypi.python.org/pypi/atfork/0.1.2 If you get no useful answers here, try distutils-sig@python.org https://mail.python.org/mailman/listinfo/distutils-sig If you have a problem with pip, these are the people to talk to. And having them verify that pip is fine, the package is nuts would at least simplify your problem. Laura