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

Failed to run with: ModuleNotFoundError: No module named 'asyncore' #39

Open
assapir opened this issue May 21, 2024 · 1 comment
Open

Comments

@assapir
Copy link

assapir commented May 21, 2024

python --version
Python 3.12.3
> fa-mlat-client
Traceback (most recent call last):
  File "/usr/bin/fa-mlat-client", line 5, in <module>
    from flightaware.client.cli import main
  File "/usr/lib/python3.12/site-packages/flightaware/client/cli.py", line 8, in <module>
    from flightaware.client.adeptclient import AdeptConnection, UdpServerConnection
  File "/usr/lib/python3.12/site-packages/flightaware/client/adeptclient.py", line 7, in <module>
    import asyncore
ModuleNotFoundError: No module named 'asyncore'
@abcd567a
Copy link

fa-mlat-client gives following runtime error:
ModuleNotFoundError: No module named ‘asyncore’

asyncore — Asynchronous socket handler
Deprecated since version 3.6, will be removed in version 3.12:
The asyncore module is deprecated (see PEP 594 for details). Please use asyncio instead.

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

2 participants