Jag hade samma problem. Pymongo kommer i konflikt med bson
paket. Detta fungerade för 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