본문 바로가기
TIL

python mongodb | dnspython

by 홍차23 2021. 1. 5.

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 

'TIL' 카테고리의 다른 글

구글 애널리틱스 React-GA 연결하기  (0) 2021.01.19
Data Handling | pandas dataframe  (0) 2021.01.05
카카오톡 테마 만들기 - ios  (0) 2020.11.08
HTML&CSS | 이미지 비율 유지하기  (0) 2020.09.14
mysql db 연결에러 해결  (0) 2020.03.06

댓글