Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96898
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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; 'from:addr:yahoo.co.uk': 0.05; 'ignored': 0.05; 'pypi': 0.07; '"work': 0.09; '(use': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:using': 0.09; 'subject:while': 0.09; 'url:github': 0.09; 'python': 0.10; 'subject:error': 0.11; 'appropriate': 0.14; 'combinations': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'repo': 0.16; 'wrote:': 0.16; 'ssl': 0.18; 'language': 0.19; 'all,': 0.20; 'lawrence': 0.22; 'trying': 0.22; 'matching': 0.23; 'tried': 0.24; 'header:In- Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; 'thorough': 0.27; 'went': 0.28; 'says': 0.32; 'language.': 0.32; 'getting': 0.33; 'url:python': 0.33; 'skip:- 10': 0.34; 'could': 0.35; 'done': 0.35; 'but': 0.36; 'too': 0.36; 'project': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'requirement': 0.37; 'things': 0.38; 'version': 0.38; 'several': 0.38; 'files': 0.38; 'google': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'still': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'url:0': 0.63; 'our': 0.64; 'six': 0.65; 'saw': 0.77; 'insecure': 0.84; 'package?': 0.84; 'pip': 0.84; 'pythonistas,': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: error while installing using pip. |
| Date | Sun, 20 Sep 2015 21:27:47 +0100 |
| References | <CAFo8oMCKYN6woHqv=6WW=dmAZ9rJ+nsyWEOG=jYDUwvdR9OwMA@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 195.147.66.69 |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
| In-Reply-To | <CAFo8oMCKYN6woHqv=6WW=dmAZ9rJ+nsyWEOG=jYDUwvdR9OwMA@mail.gmail.com> |
| 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.8.1442780896.28679.python-list@python.org> (permalink) |
| Lines | 32 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1442780896 news.xs4all.nl 23851 [2001:888:2000:d::a6]:53070 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:96898 |
Show key headers only | View raw
On 20/09/2015 20:30, OmPs wrote: > 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 > I tried several combinations of things and each one failed dismally. I then went to https://github.com/google/python-atfork and saw that nothing has been committed for six years. The readme states "Work on this project has been abandoned." Are you sure that you still want this package? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: error while installing using pip. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-20 21:27 +0100
csiph-web