[12:19:12] <haypo> hi. a colleague asks me if http://www.pypi-mirrors.org/ is down or not. the webpage says "DNS resolution error", an error generated by CloudFare
[12:19:36] <haypo> is anyone aware of this website?
[12:36:26] <tos9> haypo: I don't think that's PSF-run
[12:36:31] <tos9> whois seems to say it's probably owned by https://github.com/kencochrane
[12:37:15] <haypo> i got the reply on #python-infra, the website is down and it's no more needed
[12:38:57] <tos9> It's an RPi that does quite a lot. I probably turned ntpd off to save some resources
[12:39:30] <tos9> Or more likely forgot to turn it on... I guess it shouldn't really cripple things to the ground to update a time every 5 minutes.
[12:40:28] <mgedmin> I've never noticed ntpd eating any resources
[12:41:05] <mgedmin> well, except when the leap second bug made the JVM spin eating 100% cpu that one time ;)
[16:49:44] <Frenchiie> I'm trying to create a setup.py file and when i run it all of the install_requires but one install. The other one, redis, doesn't even show up in my cmd log. Is there a reason? pip install redis works fine however. code + log: https://bpaste.net/show/eeac89fd1f03
[19:58:37] <Wooble> Haris: looks like you're missing ncurses
[20:00:29] <Wooble> (probably the ncurses-dev package from apt)
[20:00:58] <buck1> would everyone be opposed if virtualenv also prepended LD_LIBRARY_PATH ?
[20:25:55] <kje> I’m trying to install a package that needs numpy headers. In setup.py they are getting passed into the setup function as include_dirs but the actual compilation command isn’t picking them up.