I followed the instructions in the INSTALL file, and ran python setup.py install.
Now when I try to run the compiled binary with cset, it fails:
Traceback (most recent call last):
File "/usr/bin/cset", line 44, in
from cpuset.main import main
File "/usr/lib/python3.7/site-packages/cpuset/main.py", line 7, in
from future import standard_library
ModuleNotFoundError: No module named 'future'
It seems that there's some undocumented dependency?