NetworkTimeout('cluster0-shard-00-01.whzdc.mongodb.net:27017: timed out')
This error means that pymongo timed out while waiting for a response from the remote server. Usually this means there is a network issue between your machine and the database.
- Could you provide the output to
pip list
? - Could post the output of
ping cluster0-shard-00-01.whzdc.mongodb.net
? - Could you try connecting with the mongodb shell?