[15:07:25] <mvd> does setuptools ignore wheels normally if invoking setup.py install?
[15:07:48] <mvd> I can install my package if I do `pip install .` but not `python setup.py install`
[15:08:17] <mvd> it complains about one of the dependencies not being able to be met despite there being two valid wheels on PyPI that satisfy the requirement (and do with pip install)
[15:17:10] <dstufft> mvd: setuptools does not support installing wheels, that's right
[15:37:35] <ktdreyer> dstufft: not sure if you saw my message earlier about https://sourceforge.net/p/pypi/support-requests/632/ ? would you please transfer ownership of that package to me?
[15:44:00] <mvd> dstufft: thanks, that explains it
[23:15:59] <Guest20018> Hello. I want to download apackage with pip. I have debian. Do I need to install python-pip, python3-pip, python-pip3 or python3-pip3?