pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 8] nodename nor servname provided, or not known pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 8] nodename nor servname provided, or not known mongodb mongodb

pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 8] nodename nor servname provided, or not known


This is a pymongo configuration error. Make sure dnspython module is installed:

pip install dnspython


I had to specify at the first argument in my connection string: "mongodb+srv":