$ opendrop find
Traceback (most recent call last):
File "/Users/abel/.local/bin/opendrop", line 5, in <module>
from opendrop.cli import main
File "/Users/abel/.local/pipx/venvs/opendrop/lib/python3.13/site-packages/opendrop/cli.py", line 29, in <module>
from .config import AirDropConfig, AirDropReceiverFlags
File "/Users/abel/.local/pipx/venvs/opendrop/lib/python3.13/site-packages/opendrop/config.py", line 27, in <module>
from pkg_resources import resource_filename
ModuleNotFoundError: No module named 'pkg_resources'
If there are additional prerequisites needed not mentioned in your README, it would be good to add them there.
Seems like
opendropdoes not work anymore with recent Python (I have 3.13.1).Here is an issue saying that
pkg_resourcesis deprecated and has been removed from the standard library:pkg_resourcesis deprecated and removed in Python 3.12 mu-editor/mu#2485If there are additional prerequisites needed not mentioned in your README, it would be good to add them there.