J'ai eu le même problème. Pymongo est en conflit avec le bson
forfait. Cela a fonctionné pour moi :
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