I'm using python3.8.6 and I need to upgrade to 3.9.x.
After upgrade the python, myproject.py cannot find a module that already installed using pip3 install opencv-python
.
when run python3 myproject.py
occurs error that ModuleNotFoundError tensorflow, and tensorflow should be 2.5.x so I'm trying to install python 3.9.x.
pip --version
shows pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
How can I change that (python3.8) to (python3.9)?
sorry for my bad English..
` to run pip commands specifically for that version of python
– FlyingTeller Aug 19 '21 at 07:26