-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in peer discovery: '_UnixSelectorEventLoop' object has no attribute 'sock_recvfrom' #5
Comments
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 |
Error occurs after installation when running:
python3 main.py
Environment:
Python 3.10.7
Mac M1
The text was updated successfully, but these errors were encountered: