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
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
The text was updated successfully, but these errors were encountered:
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 withDigging 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?
Kali 6.11.2-1kali1 (2024-10-15) rolling, installed via pip
Python 3.12.7
The text was updated successfully, but these errors were encountered: