So I tried to install buildbot onto a OS X machine, and was unable to install it through the setup.py file. When I tried to run: sudo python setup.py build
, it returned this:
error in buildbot setup command: 'install_requires' must be a string or list of strings
containing valid project/version requirement specifiers
I was wondering what I could do to fix this. I have buildbot installed on a machine running ubuntu right now, but cannot seem to install it on the OS X machine.
EDIT: here's a link to setup.py: https://github.com/buildbot/buildbot/blob/master/master/setup.py
EDIT #2: Fixed the initial problem, but now when I run either python setup.py build
or python setup.py install
I keep getting an error:
error: package directory buildbot/buildslave does not exist