Forums

Trying to upgrade a module

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.

That's strange. When I tried that, I got the 3.2.1 version. How do you know what version you have? What do you get when you run

pip3.4 show pymongo

You were right. I had some latency in the update and I have now the right version. Sorry for disturbing and thank you !

no problem!