py -m ensurepip doesn't install the latest version of pip (instead of 23.3, it installed 21.1)

56 views Asked by At

I am stuck here as I have python 3.9 installed but it came with 21.1.3 pip. I would like to upgrade my pip but it keeps saying 21.1.3 version is the latest which is not true. I uninstalled my pip and then reinstalled it using py -m ensurepip but still, it installed pip-21.1.3 for me but not 23.3 the latest.

Anyone has encountered the same problem?

cheers!

enter image description here

0

There are 0 answers