79756712

Date: 2025-09-05 11:06:04
Score: 2
Natty:
Report link

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

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31426679