Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'imp' when installing with pip #77

Open
pepal00 opened this issue Dec 3, 2024 · 0 comments
Open

Comments

@pepal00
Copy link

pepal00 commented Dec 3, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant