yes, just change the python version 3.10
if you are in colab then you can do it by this code. and during running time please press 1 and click enter.
!sudo apt-get update -y
!sudo apt-get install python3.10 python3.10-dev python3.10-venv -y
!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1
!sudo update-alternatives --config python3
!sudo apt-get install python3-pip -y