mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.

Home Page:https://mailinabox.email/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'email_validator'

sandwitcherz opened this issue · comments

commented

The setup fail when validate email address...

My system:
ubuntu Ubuntu 22.04 x64
python3 (3.10.6-1~22.04).

Error:

│ That's not a valid email address. │ <<
Traceback (most recent call last):
File "/root/mailinabox/management/mailconfig.py", line 14, in
from email_validator import validate_email as validate_email_, EmailNotValidError
ModuleNotFoundError: No module named 'email_validator'

Thank you for ur help, i have try a lot of things from internet, don't know why i have this error...