-
Notifications
You must be signed in to change notification settings - Fork 657
Open
Labels
Description
this is more suited to 'Discussion', but they're not enabled on this repo 🤔
I got this message:
Lines 52 to 55 in 206411c
| "Proactor event loop does not implement add_reader family of methods required for zmq." | |
| " zmq will work with proactor if tornado >= 6.1 can be found." | |
| " Use `asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())`" | |
| " or install 'tornado>=6.1' to avoid this error." |
And dutifully installed tornado, but then I'm told:
Lines 59 to 62 in 206411c
| "Proactor event loop does not implement add_reader family of methods required for zmq." | |
| " Registering an additional selector thread for add_reader support via tornado." | |
| " Use `asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())`" | |
| " to avoid this warning.", |
I understand, but if I set WindowsSelectorEventLoopPolicy() to avoid the warning,
then doesn't that defeat the purpose of installing tornado?
... and it also causes this issue: