Hello!
I have successfully installed ansible, but it unearthed an ugly question regarding setuptools and distutils. I have both installed, but I still get the following error:
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘install_requires’
warnings.warn(msg)
Looking at setup.py, it uses distutils only (no imports from setuptools), but distutils doesn’t support install_requires ( http://docs.python.org/distutils/apiref.html#distutils.core.setup ).
I did not want to file a bug on Github just yet, because it could be some problem in my setup. (I’m using ArchLinux, but tried it on a Debian Squeeze too, with similar results.)
So, is this a bug? If not, can someone give some user support?
Thanks,
Pas