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
$ croud
Traceback (most recent call last):
File "/Users/amo/dev/tmp/testdrive/.venv/bin/croud", line 5, in <module>
from croud.__main__ import main
File "/Users/amo/dev/tmp/testdrive/.venv/lib/python3.13/site-packages/croud/__init__.py", line 20, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
I think it has been fixed by that patch already, and just needs a release.
Hi there,
when trying to use the package on Python 3.13,
it croaks:
I think it has been fixed by that patch already, and just needs a release.
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: