https needed on pypi
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
https://pypi.python.org/pypi/yolk3k
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
the actual maintainer should, but tumbleweeds…
👍
I just emailed @cakebread and asked if he is still maintaining yolk. Will report back whatever (and if) I hear anything.
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.
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.
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
`