Aby użyć mongo+srv protokół, musisz zainstalować pymongo-srv Uruchom to polecenie, aby zrobić to w Pythonie 3:
pip3 install pymongo[srv]
lub ten dla innych wersji:
pip install pymongo[srv]
I zgodnie z sugestią @lukrebs dodaj cytaty dla ZSH :
pip3 install 'pymongo[srv]'