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
$ 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'
Seems like opendrop does not work anymore with recent Python (I have 3.13.1).
Here is an issue saying that pkg_resources is deprecated and has been removed from the standard library:
Seems like
opendrop
does not work anymore with recent Python (I have 3.13.1).Here is an issue saying that
pkg_resources
is deprecated and has been removed from the standard library:pkg_resources
is 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.
The text was updated successfully, but these errors were encountered: