0

I have a code which works in python3.5 but will throw errors in python>3.5 but with !python --version in google colab return python 3.6.9, is there any way I can force google colab to use 3.5. I found some solutions in Stackoverflow which asked me to use local run time which won't be useful for me because I don't have enough computational resources in my local machine.

Eswar Chitirala
  • 169
  • 1
  • 9
  • 1
    https://stackoverflow.com/questions/52467489/is-there-a-way-to-use-python-3-5-instead-of-3-6 According to the answer, No. But you can use a local runtime https://research.google.com/colaboratory/local-runtimes.html – Sudaraka Jayathilaka Jan 17 '20 at 13:48

0 Answers0