yolk icon indicating copy to clipboard operation
yolk copied to clipboard

https needed on pypi

Open Hinnack opened this issue 9 years ago • 8 comments

yolk -U kontocheck dies with: urllib2.HTTPError: HTTP Error 403: Must access using HTTPS instead of HTTP

I am using yolk version 0.4.3

Hinnack avatar Jun 22 '16 14:06 Hinnack

https://pypi.python.org/pypi/yolk3k

jhermann avatar Jun 22 '16 15:06 jhermann

does this mean, this project is dead? If so, you should state this in the readme.md and remove the package from pypi, as it is not usable anymore with the new pypi https policy

Hinnack avatar Jun 22 '16 15:06 Hinnack

the actual maintainer should, but tumbleweeds…

jhermann avatar Jun 22 '16 16:06 jhermann

👍

amitmodak avatar Jun 27 '16 17:06 amitmodak

I just emailed @cakebread and asked if he is still maintaining yolk. Will report back whatever (and if) I hear anything.

thebitguru avatar Aug 02 '16 02:08 thebitguru

There is a different package called yolk3k that did not have this problem. I'm not sure how it is related to the original yolk package. Install yolk3k with pip install yolk3k.

RossRogers avatar Nov 14 '16 16:11 RossRogers

i run this on my Ubuntu box ( Yaketty) sed -i s/http/https/g /usr/local/lib/python2.7/dist-packages/yolk/pypi.py This is a small patch of old version of yolk.

mezgani avatar Mar 02 '17 22:03 mezgani

So just installed yolk.. and.. ` raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 403: Must access using HTTPS instead of HTTP

`

pedromorgan avatar May 02 '17 21:05 pedromorgan