Ik had hetzelfde probleem. Pymongo conflicteert met de bson
pakket. Dit werkte voor mij:
sudo pip uninstall pymongo
sudo pip uninstall bson
sudo apt-get remove python-bson
sudo apt-get remove python-gridfs # not sure if it's necessary
sudo pip install pymongo -U