After pip install and reboot of flask email_validator is still not found. Comes back with > ModuleNotFoundError: No module named 'email_validator' After entering code `from email_validator import validate_email, EmailNotValidError`
After pip install and reboot of flask email_validator is still not found. Comes back with