ModuleNotFoundError: No module named 'dns'

I have this error coming up after each setup run:

Your Mail-in-a-Box is running.

Please log in to the control panel for further instructions at:

Traceback (most recent call last):
File “/root/mailinabox/management/status_checks.py”, line 10, in
import dns.reversename, dns.resolver
ModuleNotFoundError: No module named ‘dns’

I have tried pip3 install dnspython (both with current user and root privileges) but no success.

Any ideas?

Thanks,
Paul

What command are you using to run the setup? Are you using this guide?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.