Tôi đã từng gặp vấn đề tương tự. Pymongo xung đột với bson
bưu kiện. Điều này đã làm việc cho tôi:
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