Skip to content
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

Closed
BenjaSOL opened this issue Jul 16, 2024 · 4 comments

Comments

@BenjaSOL
Copy link

Error occurs after installation when running:

python3 main.py

Environment:
Python 3.10.7
Mac M1

@AlexCheema
Copy link
Contributor

Looks like something to do with the event loop implementation.

I'm working on a fix for you now.

@AlexCheema
Copy link
Contributor

AlexCheema commented Jul 16, 2024

@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
Copy link

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

@AlexCheema
Copy link
Contributor

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

lipere123 pushed a commit to lipere123/exo that referenced this issue Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants