CybrZone / phishkiller

The Unlicense
73 stars 36 forks source link

Error #25

Open W-D-U opened 5 days ago

W-D-U commented 5 days ago

When i run python3 phishkiller.py I get this error.

Traceback (most recent call last): File "/home/kali/Desktop/mmyeah/phishkiller/phishkiller.py", line 5, in import names ModuleNotFoundError: No module named 'names'

Anyone know how to fix?

asheshjyotii commented 5 days ago

@W-D-U In terminal:

pip install names


names is a separate module you need to install, it doesn't come pre-installed, do update....it worked or not!

ghost commented 3 days ago

16 I have added a requirements.txt to solve issue in this PR.

B1GBOOM420 commented 2 hours ago

@CybrZone The "issue" has been addressed with the most recent merge - @W-D-U Thank you for your contribution, we have added in a requirements.txt to help prevent this error!