Jeg havde samme problem. Pymongo er i konflikt med bson
pakke. Dette virkede for mig:
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