-
Notifications
You must be signed in to change notification settings - Fork 99
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
ImportError: No module named wappalyzer #14
Comments
Struggling with the Same problem |
Super easy fix, all you have to is install the wappalyzer pip, simply just run |
Not working!! Have the same problem. @CRO-THEHACKER |
Try running in Python 3.8+ |
@CRO-THEHACKER , No use because the code is in Python 2. Look at the space after python print |
Traceback (most recent call last):
File "run.py", line 5, in
from start_scans import start_scan
File "/home/---/watchdog/start_scans.py", line 7, in
from findTechnology import technologyScan
File "/home/---/watchdog/findTechnology.py", line 1, in
from wappalyzer import Wappalyzer
ImportError: No module named wappalyzer
The text was updated successfully, but these errors were encountered: