-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I tried install and running on current Kali today an got:
ββ$ ./myvenv/bin/python -m stuntcat
pygame 2.6.1 (SDL 2.28.4, Python 3.13.3)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "<frozen runpy>", line 189, in _run_module_as_main
File "<frozen runpy>", line 148, in _get_module_details
File "<frozen runpy>", line 112, in _get_module_details
File "/home/kali/myvenv/lib/python3.13/site-packages/stuntcat/__init__.py", line 6, in <module>
from stuntcat import game
File "/home/kali/myvenv/lib/python3.13/site-packages/stuntcat/game.py", line 20, in <module>
from stuntcat.gifmaker import GifMaker
File "/home/kali/myvenv/lib/python3.13/site-packages/stuntcat/gifmaker.py", line 20, in <module>
import distutils.spawn
ModuleNotFoundError: No module named 'distutils'
Can be fixed with pip install setuptools but still annoying
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels