arcus-python-client
arcus-python-client copied to clipboard
Not working in macOS
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.