Cannot Install tookbox.git in colab
-
Got the error saying "ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement numba==0.53 (from qnt) (from versions: 0.1, 0.2, 0.3, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.12.2, 0.13.0, 0.13.2, 0.13.3, 0.13.4, 0.14.0, 0.15.1, 0.16.0, 0.17.0, 0.18.1, 0.18.2, 0.19.1, 0.19.2, 0.20.0, 0.21.0, 0.22.0, 0.22.1, 0.23.0, 0.23.1, 0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.28.1, 0.29.0, 0.30.0, 0.30.1, 0.31.0, 0.32.0, 0.33.0, 0.34.0, 0.35.0, 0.36.1, 0.36.2, 0.37.0, 0.38.0, 0.38.1, 0.39.0, 0.40.0, 0.40.1, 0.41.0, 0.42.0, 0.42.1, 0.43.0, 0.43.1, 0.44.0, 0.44.1, 0.45.0, 0.45.1, 0.46.0, 0.47.0, 0.48.0, 0.49.0, 0.49.1rc1, 0.49.1, 0.50.0rc1, 0.50.0, 0.50.1, 0.51.0rc1, 0.51.0, 0.51.1, 0.51.2, 0.52.0rc2, 0.55.0rc1, 0.55.0, 0.55.1, 0.55.2, 0.56.0rc1, 0.56.0, 0.56.2, 0.56.3, 0.56.4, 0.57.0rc1, 0.57.0, 0.57.1rc1, 0.57.1)
ERROR: No matching distribution found for numba==0.53"Could you please help with it, thanks!
-
@rubber-trout 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
-
@support Thanks!
-
@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.
-
I tried adding the codes below
! 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
but, I can not import 'qnt' packages.
What shoud I do ?
-
@cyan-gloom Hi, unfortunately we have the same problem. We will work on the colab implementation and let you know asap.
-
Concerning my previous question, I wonder if there was some progress. It would be very helpful if I can implement my strategy in the Google Colaboratory environment. I look forward to hearing from you.
-
@cyan-gloom Hi, we are busy with checking the submissions which are coming, as we are close to the end of the Q20 contest, sorry if we were not responsive so fast. We will inform as soon as we are ready.