Cloning the repo and install with "python3 setup.py install" does not work for the current version of setuptools. A quick fix is to modify the setup.py file and replace the line "license=license, " to "license='MIT License',".