I have the following situation:
Python version is 3.8.2, but Python version of pip3 is 3.9. How can I change it?
I have the following situation:
Python version is 3.8.2, but Python version of pip3 is 3.9. How can I change it?
As the comments have already said, it looks like you have 2 python versions installed, so you either want to uninstall one of them or use python3.8 -m pip
instead of just pip3