所以我尝试将 buildbot 安装到 OS X 机器上,但无法通过 setup.py 文件安装它。当我尝试运行:sudo python setup.py build
时,它返回了这个:
error in buildbot setup command: 'install_requires' must be a string or list of strings
containing valid project/version requirement specifiers
我想知道我能做些什么来解决这个问题。我现在在运行 ubuntu 的机器上安装了 buildbot,但似乎无法在 OS X 机器上安装它。
编辑:这是 setup.py 的链接:https ://github.com/buildbot/buildbot/blob/master/master/setup.py
编辑#2:修复了最初的问题,但现在当我运行python setup.py build
或者python setup.py install
我不断收到错误时:
error: package directory buildbot/buildslave does not exist