[02:04:22] <adisbladis> Hey. I'm having some issues with my pypi credentials. Who can I talk to about this? It's not possible to recover my account by email, I don't own the domain used anymore.
[09:11:02] <mitsuhiko> on a default mac python pip now gives out errors about unmet dependencies in the system supplied matplotlib all the time
[09:11:13] <mitsuhiko> the only workaround is to pip install nose and tornado globally
[09:11:20] <mitsuhiko> why does pip even need to check dependencies there?
[09:11:45] <mitsuhiko> it also picks up on .egg-link files in the working directory apparently so right now when i pip install --upgrade pip in my project which has a setup dependency it errors because (obviously) the setup dependency is not yet met