I am trying to build an application with mongoDB and Python Flask. While running the application, I am getting below error:
ConfigurationError: Server
This works for me:
sudo pip3 uninstall pymongo
sudo apt-get install python3-pymongo
I hope that works for someone else, regards.