You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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'
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: