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


Groups > comp.lang.python > #96898 > unrolled thread

Re: error while installing using pip.

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-09-20 21:27 +0100
Last post2015-09-20 21:27 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: error while installing using pip. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-20 21:27 +0100

#96898 — Re: error while installing using pip.

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-09-20 21:27 +0100
SubjectRe: error while installing using pip.
Message-ID<mailman.8.1442780896.28679.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web