मुझे भी यही समस्या थी। पाइमोंगो bson
. के साथ संघर्ष करता है पैकेट। इसने मेरे लिए काम किया:
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