Error Report: "ModuleNotFoundError: No module named 'phonenumbers'"

What have you tried:
I am starting on terminal Spiderfoot.
What is the error:
Traceback (most recent call last):
File “/usr/share/spiderfoot/./sf.py”, line 29, in
from sflib import SpiderFoot
File “/usr/share/spiderfoot/sflib.py”, line 36, in
import phonenumbers
ModuleNotFoundError: No module named ‘phonenumbers’
What device is this on:
Kali Linux

Hey there, sounds like you are missing the python module “phonenumbers”. This should be an easy solve. You should be able to simply install it using apt.

1 Like