Hi,
I would like to upgrade pymongo module with 3.4 mode. I used :
pip3.4 install --user pymongo --upgrade
But it said it updated to 2.7.1 version, which is the one already installed, and I don't have the 3.2.1 version, which is the latest one.
What is the right way to do that ? Thx.