TIL
python mongodb | dnspython
홍차23
2021. 1. 5. 10:55
pymongo - mongodb+srv “dnspython must be installed” error
pymongo - mongodb+srv "dnspython must be installed" error
I am trying to connect MongoDB from Atlas, but I encounter the following error: dnspython must be installed error My mongo uri is: mongodb+srv://abc:123@something.something.com/admin?retryWrites=...
stackoverflow.com
pip install dnspython==2.0.0