-
Notifications
You must be signed in to change notification settings - Fork 653
Open
Description
Initially enabled in #1570, epoll has been disabled in our wheels due to causing unavoidable crashes for some users (#1981, #1754, #1999)
Because these crashes are relatively rare, users installing pyzmq from source can still enable it, and pyzmq will follow libzmq's own defaults and build with epoll/ipc enabled:
pip install --no-binary pyzmq pyzmq
We should not re-enable ipc in our Windows wheels until there is a confirmed fix for zeromq/libzmq#4730 (it is incredibly hard to test)
Metadata
Metadata
Assignees
Labels
No labels