naver / arcus-python-client

ARCUS python client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working in macOS

jiunbae opened this issue · comments

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.