-
-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
Hello,
I installed droopescan with pip inside a venv. When tried to run it I get the error ModuleNotFoundError: No module named 'imp'. I tried to install pystache==0.5.4 as recommended in this comment issue #72 but that installation errors with
Warning: 'classifiers' should be a list, got type 'tuple'
error in pystache setup command: use_2to3 is invalid.
Digging a bit on that, it seems like Python 3.12 has removed support for the imp library, so I think the module will need replaced with importlib?
- OS & installation method
Kali 6.11.2-1kali1 (2024-10-15) rolling, installed via pip
Python 3.12.7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels