tldextract: ModuleNotFoundError

Python tldextract is a little Python library that extracts the top-level domain (TLD) from a given email address.

Fix No module named 'tldextract'

Install the tldextract library to fix the issue.

pip install tldextract