Ho avuto lo stesso problema. Pymongo è in conflitto con bson
pacchetto. Questo ha funzionato per me:
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