Following installation instructions in Readme: ``` git clone --recursive https://github.com/kubernetes-client/python.git cd python python setup.py install ``` returns ``` error in kubernetes setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers ```