The arcus client described in this repository seems to use `select.epoll()`. The `select` module behaves differently in macOS(also other architecture) and can not use `epoll()`. More information on [python documents](https://docs.python.org/3.5/library/select.html).