Re: [Distutils] pypi.python Error 403 Forbidden

2018-02-15 Thread Ivan Pozdeev via Distutils-SIG
On 16.02.2018 0:22, Heiko L. wrote: https://www2.fh-lausitz.de/launic/comp/tmp/180212.install_python_setuptools_tour.pdf Those instructions are hacky, unsupported and obsolete. See https://packaging.python.org/tutorials/installing-packages/ -- Regards, Ivan

Re: [Distutils] pypi.python Error 403 Forbidden

2018-02-15 Thread Nick Coghlan
On 16 February 2018 at 07:20, Heiko L. wrote: > A user should be able to decide for himself whether to use HTTP or HTTPS. No, as without any other form of package or metadata signing, we're currently relying heavily on transport layer security to ensure that the information

[Distutils] pypi.python Error 403 Forbidden

2018-02-15 Thread Heiko L.
hallo Matthew, > Can you use pip to install your software instead?What are you no. > trying to install, exactly? Is it just this old version of https://www2.fh-lausitz.de/launic/comp/tmp/180212.install_python_setuptools_tour.pdf > setuptools? Why do you need that? > installation prog

[Distutils] pypi.python Error 403 Forbidden

2018-02-15 Thread Heiko L.
Hallo Marius, >> After a few hours I found the following article: >> https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html >> ...you can no longer access /simple/ and /packages/ over HTTP and you will >> have to directly go to HTTPS >> >> - It is true? > > Yes. > >> -

Re: [Distutils] pypi.python Error 403 Forbidden

2018-02-14 Thread Matthew Brett
Hi, On Tue, Feb 13, 2018 at 8:19 PM, Heiko L. wrote: > hallo, > > I try to install a software from pypi.python.org and receive following errmsg: > urllib2.HTTPError: HTTP Error 403: Forbidden > > and > > $ wget >

Re: [Distutils] pypi.python Error 403 Forbidden

2018-02-14 Thread Marius Gedminas
On Tue, Feb 13, 2018 at 09:19:20PM +0100, Heiko L. wrote: > I try to install a software from pypi.python.org and receive following errmsg: > urllib2.HTTPError: HTTP Error 403: Forbidden > > and > > $ wget > http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg > HTTP

[Distutils] pypi.python Error 403 Forbidden

2018-02-14 Thread Heiko L.
hallo, I try to install a software from pypi.python.org and receive following errmsg: urllib2.HTTPError: HTTP Error 403: Forbidden and $ wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg HTTP request sent, awaiting response... 403 SSL is required After a few