Error in peer discovery: '_UnixSelectorEventLoop' object has no attribute 'sock_recvfrom'
BenjaSOL opened this issue · 4 comments
BenjaSOL commented
Error occurs after installation when running:
python3 main.py
Environment:
Python 3.10.7
Mac M1
AlexCheema commented
Looks like something to do with the event loop implementation.
I'm working on a fix for you now.
AlexCheema commented
@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.
patchlog commented
I also had the same errors with python 3.10 but no such errors with 3.11.7
AlexCheema commented