exo-explore/exo

Error in peer discovery: '_UnixSelectorEventLoop' object has no attribute 'sock_recvfrom'

BenjaSOL opened this issue · 4 comments

Error occurs after installation when running:

python3 main.py

Environment:
Python 3.10.7
Mac M1

Looks like something to do with the event loop implementation.

I'm working on a fix for you now.

@BenjaSOL Can you try updating to the latest python version? There were a lot of asyncio related fixes recently. Let me know if that fixes it and I will also add to the README the minimum python version requirement.

I also had the same errors with python 3.10 but no such errors with 3.11.7

Added a notice in the README to require Python>=3.12.0: b6d9197

Please reopen the issue if this doesn't resolve the issue for you @BenjaSOL