[15:47:13] <sangy> I know this may be unrelated but I was wondering if the community has ran into this when running virtualenv: 'pkg_resources.DistributionNotFound: The 'distlib<1,>=0.3.0' distribution was not found and is required by virtualenv'
[15:56:38] <toad_polo> sangy: How did you install virtualenv?
[15:57:03] <toad_polo> I think you'd only see that if you used easy_install instead of pip.
[15:57:50] <toad_polo> Though I mean if distlib is missing it might break in other ways.
[16:06:46] <sangy> I installed it using arch's package manager
[16:07:09] <sangy> Interestingly enough python -m venv [whatever] does work
[16:07:43] <sangy> ah just found the bug on the tracker here. Sorry for the noise!