Re: error while installing using pip.

2015-09-20 Thread Chris Angelico
On Mon, Sep 21, 2015 at 5:30 AM, OmPs wrote: > It says no matching distribution, but at pypi repo I am able to see it. > > https://pypi.python.org/pypi/atfork/0.1.2 That has a version number of zero. I think that might count as a pre-release version, so you need the --pre option to pip or it won'

Re: error while installing using pip.

2015-09-20 Thread Laura Creighton
There is an atfork patch supplied as part of this issue https://bugs.python.org/issue16500 Maybe it can do what you want? Laura -- https://mail.python.org/mailman/listinfo/python-list

Re: error while installing using pip.

2015-09-20 Thread Mark Lawrence
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 no

Re: error while installing using pip.

2015-09-20 Thread Laura Creighton
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 >

error while installing using pip.

2015-09-20 Thread OmPs
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