Traceback (most recent call last):
File "C:\Users\HP\OneDrive\Documents\GitHub\Phunter\phunter.py", line 7, in
from lib.cli import parser
File "C:\Users\HP\OneDrive\Documents\GitHub\Phunter\lib\cli.py", line 2, in
from .lookup import lookup
File "C:\Users\HP\OneDrive\Documents\GitHub\Phunter\lib\lookup.py", line 1, in
import phonenumbers
ModuleNotFoundError: No module named 'phonenumbers'
Traceback (most recent call last):
File "C:\Users\HP\OneDrive\Documents\GitHub\Phunter\phunter.py", line 7, in
from lib.cli import parser
File "C:\Users\HP\OneDrive\Documents\GitHub\Phunter\lib\cli.py", line 2, in
from .lookup import lookup
File "C:\Users\HP\OneDrive\Documents\GitHub\Phunter\lib\lookup.py", line 1, in
import phonenumbers
ModuleNotFoundError: No module named 'phonenumbers'