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.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
14.02k stars 1.44k forks source link

Install error with email_validator version 1.1.2 and python 3.4 in ubuunt 14 #1959

Open syscon3 opened 3 years ago

syscon3 commented 3 years ago

The setup fail when validate email address... I Fix it installing email_validator 1.1.0.

My system: ubuntu 14.04 (x86_64) Python 3.4.3

Error: Traceback (most recent call last): File "emailvalid.py", line 1, in from email_validator import validate_email, EmailNotValidError File "/usr/local/lib/python3.4/dist-packages/email_validator/init.py", line 6, in import dns.resolver File "/usr/local/lib/python3.4/dist-packages/dns/resolver.py", line 32, in import dns.flags File "/usr/local/lib/python3.4/dist-packages/dns/flags.py", line 24, in class Flag(enum.IntFlag): AttributeError: 'module' object has no attribute 'IntFlag'

myfirstnameispaul commented 3 years ago

Please note that the project has migrated to Ubuntu 18.04 and is no longer supporting Ubuntu 14.04.

Please see Upgrading Mail-in-a-Box for more information.