I am trying to connect MongoDB from Atlas But I encountered:
dnspython must be installed error
My mongo uri (mo
I got stuck with the same problem and tried
pip install dnspython==2.0.0
This is the latest version from https://pypi.org/project/dnspython/
https://pypi.org/project/dnspython/
It worked :D