I'm having issues when trying to import dns.resolver from dnspython. Whenever I import dns.resolver, I get an error (shown below). I've force reinstalled the module, restarted the computer, and I continue to get the same error. Thanks in advance.
import dns.resolver Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'dns'
The version of python I'm using is 3.6.6