[Distutils] Re: Issue with using pip install

2018-07-30 Thread Singhal, Monika
I am using python version as 2.7.12. Anthem, Inc. Monika Singhal, BI Sol Engineer Sr Advisor, Enterprise Data Solutions O: (480) 696-4799| M: (480) 678-4160 monika.sing...@anthem.com Upcoming PTO: 05/31/2018- 07/01/2018 From: Wayne Werner

[Distutils] Re: Issue with using pip install

2018-07-30 Thread Wayne Werner
Are you using an older version of Python? On Mon, Jul 30, 2018, 5:53 PM Singhal, Monika wrote: > I am setting issue installing any package using pip. I am getting below > error. Do you have any idea on what could be causing the issue? > > > > You should consider upgrading via the 'pip install

[Distutils] Issue with using pip install

2018-07-30 Thread Singhal, Monika
I am setting issue installing any package using pip. I am getting below error. Do you have any idea on what could be causing the issue? You should consider upgrading via the 'pip install --upgrade pip' command. (/home/ab63996/test) [ab63996@dwbddisc1r2e ~]$ pip install

[Distutils] Re: packaging guide and private packages index

2018-07-30 Thread Eli Ribble via Distutils-SIG
I was able to point pip at an instance of nginx that was configured to serve up a directory listing. Any gzipped tarballs of python source created by sdist would get served such that python would use them. On Mon, Jul 30, 2018 at 3:16 PM Wayne Werner wrote: > When I was in that situation I just

[Distutils] Re: packaging guide and private packages index

2018-07-30 Thread Matthew Planchard
There’s also pypiserver - https://github.com/pypiserver/pypiserver It’s a simple package server. Nowhere near as fully featured as devpi, but super simple to get up and running. I am a maintainer and have used it in production settings. Feel free to let me know if you have questions On Mon, Jul

[Distutils] Re: packaging guide and private packages index

2018-07-30 Thread Wayne Werner
When I was in that situation I just reverse engineered a very *very* simple PyPi clone: https://github.com/waynew/flaskpypi There aren't actually any docs, but you just have to put your packages in a specific directory and it will serve them up for you. You just have to tell pip to use the url

[Distutils] Re: packaging guide and private packages index

2018-07-30 Thread Paul Moore
On 30 July 2018 at 23:01, David Cournapeau wrote: > Hi, > > I see that there is almost no mention of private packages index in the > packaging guide, and no recommendation on what to use. > > Currently googling for private packages mostly return obsolete (and not very > practical) recommendations

[Distutils] packaging guide and private packages index

2018-07-30 Thread David Cournapeau
Hi, I see that there is almost no mention of private packages index in the packaging guide, and no recommendation on what to use. Currently googling for private packages mostly return obsolete (and not very practical) recommendations based on dependency links. In 2018, what would be the