@support said in Cannot Install tookbox.git in colab:
@rubber-trout slope game Hi, try to add as first cell:
! sudo apt-get install python3.7 python3.7-distutils python3-pip ! sudo apt-get update -y ! sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 ! sudo update-alternatives --config python3 <<< '2' ! sudo python -m pip install --upgrade --force-reinstall pip
Thank you very much for all the info! That's really helpful.