As the message says: "Some insecure and unverifiable files were ignored
(use --allow-unverified atfork to allow)."

https://pypi.python.org/pypi/atfork/0.1.2 has information about the
package, but there's no distribution (it's confusing, but in this context
when pip says "distribution" it means "file containing the package"). So
there's metadata about the package, but no distribution to download.

Following the link to https://github.com/google/python-atfork reveals that
the last work on this package was 6 years ago - except for an update to the
README earlier this year which formally notes that work on the project has
been abandoned.

The setup.pylists http://code.google.com/p/python-atfork/ as the project's
homepage. I'm going to guess that until recently the release artifacts may
have been stored there, and they haven't been migrated to Github?

I'd be thinking about not relying on this 6-year-abandoned project, but if
you need it, I think you're probably going to have to install this from
source - https://pip.pypa.io/en/latest/reference/pip_install/#git has
information about installing directly from a git repo.

On Mon, Sep 21, 2015 at 5:43 AM, OmPs <torque.in...@gmail.com> 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
>
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
>
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to